CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
134 stars 67 forks source link

Feature: Add array support in query params #61

Closed CodingAleCR closed 3 years ago

CodingAleCR commented 3 years ago

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

stale[bot] commented 3 years ago

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.

CodingAleCR commented 3 years ago

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

allcontributors[bot] commented 3 years ago

@CodingAleCR

I've put up a pull request to add @Virus1908! :tada:

CodingAleCR commented 3 years ago

This was included as part of 1.0.0 release.