-
Notifications
You must be signed in to change notification settings - Fork 380
Fix url encoded requests #101
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
Comments
Can we support people just passing a |
I'm just not sure how were going to get the |
We should be able to manipulate headers in the constructor body—we do similar stuff with the encoding already. |
Adding some tests with #102 so this can be implemented properly. |
@nex3 are we going to need to add a read method to get back the map? |
Let's hold off on that for now until we have a more coherent answer for how to represent a map with multiple values for a given key. |
I think we can handle it more cleanly than changing the shape of the type. What if we just add a |
@nex3 you can close this |
During the migration we lost support for
application/x-www-form-urlencoded
. Wanted to know if there is any preference on how to fix this @nex3 .I'm thinking it might make sense to have another constructor for Request.
The text was updated successfully, but these errors were encountered: