-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Duplicating the issue I opened on http (httprb/http#175), because it seems to be more relevant here:
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/relatedsupport, 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!