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

Support application/x-www-form-urlencoded when request body is Dict/Vector{Pair} #850

Closed
quinnj opened this issue Jun 16, 2022 · 0 comments

Comments

@quinnj
Copy link
Member

quinnj commented Jun 16, 2022

This is supported in most client http libraries out there, but we don't really support it. We support the more complicated HTTP.Form case for multipart stuff, but not the simple form-urlencoded. Currently if you pass a Dict as the request body, you get this weird error about how it can't write Pair to a Stream, so it seems ripe for providing a more useful default behavior for users who may be coming from other implementations.

@quinnj quinnj closed this as completed Jun 17, 2022
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

No branches or pull requests

1 participant