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

Robust multipart/related support? #175

Closed
paradox460 opened this issue Jan 16, 2015 · 4 comments
Closed

Robust multipart/related support? #175

paradox460 opened this issue Jan 16, 2015 · 4 comments

Comments

@paradox460
Copy link

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!

@ixti
Copy link
Member

ixti commented Jan 16, 2015

That's not exists yet. We only support multipart/form-data.

@ixti
Copy link
Member

ixti commented Jan 16, 2015

In any case this issue related to https://github.com/httprb/form_data.rb rather than HTTP gem itself :D

@paradox460
Copy link
Author

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

@ixti
Copy link
Member

ixti commented Jan 19, 2015

Closing in favor or httprb/form_data#1 :D

@ixti ixti closed this as completed Jan 19, 2015
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