-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
http/request: Add :set_form_data method #26
base: master
Are you sure you want to change the base?
Conversation
Why does form data deserve it's own function when there are so many other formats to choose from? See also #7 The main rationale seems to be that people expect there to be a
|
I think you need to replace |
If this gets merged we also need decoding: you can't use |
This adds a convenience method for turning a request into a urlencoded form data POST request