toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 73 forks source link

File request body #131

Closed julik closed 8 years ago

julik commented 8 years ago

Allow a simpler way to set a Ruby File object as data argument for performing uploads. This is majorly useful for endpoints that accept verbatim uploads without multipart wrapping.