toland / patron

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

Build request #86

Closed totallymike closed 9 years ago

totallymike commented 9 years ago

This adds a #build_request method to Patron::Session that does all the stuff that #request would do. It has the same signature.

This doesn't change the public API very much, beyond adding the new optional method.

totallymike commented 9 years ago

This is a PR to satisfy issue #85