-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Multipart support #8
Comments
@kawakami-o3 this is definitely a missing and useful feature. I'd appreciate if you could implement it. |
So I started working on this and gave it a good try. The main issue that there is no way to set custom headers. Right now all I tried creating new functions like
But once it hits Frankly I found it difficult to accomplish this without significant changes to how the headers are handled. |
Awesome! =)
What about adding a new "Content-Type" string parameter to |
Sounds like it should work! I'll go ahead and give it a try👍🏾 |
I am late... Should I stop my work? |
@kawakami-o3 seems like @vosmith nearly finished the implementation. Let's wait for his solution to avoid duplicated work. What do you think? |
I follow you. |
initial work on multipart requests, issue #8
added in 30e15f6 thank you for your work. |
Do you have any plan to support a multipart POST request?
I will code this feature later.
The text was updated successfully, but these errors were encountered: