CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Add array support in query params

CodingAleCR opened this issue · comments

Is your feature request related to a problem? Please describe.
Sending array as part of parameters.

Describe the solution you'd like
Add array support to parameters

Describe alternatives you've considered
json encoding/decoding params beforehand, but it does not always work as expected

Additional context
See #56 for implementation on previous version of the plugin

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@all-contributors please add @Virus1908 for ideas, code and test

This was included as part of 1.0.0 release.