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

allow skipping JSON coercion of request body #51

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

illusionalsagacity
Copy link

@illusionalsagacity illusionalsagacity commented Sep 2, 2022

This seemed like the most backwards compatible way to resolve this.

It seems undici already has functionality for body encoding in 2.x, and gets more robust in latest

So it seemed a bit redundant to copy that behavior into here, as well as a potentially disruptive change to make.

resolves #50

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.

FormData body is being coerced to JSON
1 participant