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 form data and streams in body #14

Closed
wants to merge 1 commit into from
Closed

Conversation

ForbesLindesay
Copy link
Member

This lets you pass a form-data object as the body argument.

[closes #13]
[closes #5]

UNTESTED

This lets you pass a
[form-data](https://github.com/form-data/form-data) object as the
`body` argument.

[closes #13]
[closes #5]
@0o-de-lally
Copy link

Interested in seeing this commit merged. Are there any confilcts I can help with?

@ForbesLindesay
Copy link
Member Author

It needs rebasing/updating and then someone needs to write a test case for it.

@ForbesLindesay
Copy link
Member Author

Form support has been added in 4.0.0.

@ForbesLindesay ForbesLindesay deleted the form-data branch July 19, 2017 12:44
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.

Better error when attempting to provide a body with a "GET" request. Do you support formData ?
2 participants