-
Notifications
You must be signed in to change notification settings - Fork 321
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
Robust multipart/related support? #175
Comments
That's not exists yet. We only support |
In any case this issue related to https://github.com/httprb/form_data.rb rather than HTTP gem itself :D |
Awesome, thanks, I'll go see about it there. Also, really nice to see how this has evolved since you first posted it on reddit. It now can basically replace Typhoeus in my workflows |
Closing in favor or httprb/form_data#1 :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apologies if this already exists, but I haven't found any references to it.
Sometimes one needs to send data via
multipart/related
. This, so far, has been a huge pain in the ass, with almost every other ruby HTTP solution.Comparatively, other libraries, such as Node.js' request make it downright simple. If we could get something similar to request's level of
multipart/related
support, it would be awesome. They not only solve the initial issue of crafting multiparts, but they go above and beyond and let you deal with some implementation caveats.Thanks!
The text was updated successfully, but these errors were encountered: