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

form-data encoding support? #87

Open
winterland1989 opened this issue Apr 19, 2015 · 1 comment
Open

form-data encoding support? #87

winterland1989 opened this issue Apr 19, 2015 · 1 comment

Comments

@winterland1989
Copy link

It seems current encodedFormBody implementation doesn't support file input, while my company's file uploading api dosen't support PUT raw file, i'd like request a feature that allow building POST request with file with form-data/multipart encoded : )

@hvr
Copy link
Contributor

hvr commented Apr 27, 2015

Such an InputStream should be actually quite easy to implement (assuming one provide a boundary-marker string that doesn't occur in the content-stream...)

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

2 participants