Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use query params in POST request #130

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

WVerlaek
Copy link

@WVerlaek WVerlaek commented Sep 27, 2021

Closes #124

Adds an option to disable the behaviour of turning query parameters in a POST request into form data. The default remains to use form data in POST requests.

Microsoft Reviewers: Open in CodeFlow

@mtennoe
Copy link
Owner

mtennoe commented Sep 28, 2021

Looks good, thanks for doing this @WVerlaek! I have published this in version 3.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query parameters in POST request are converted to formdata
2 participants