toland / patron

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

Use CURL URL escaping instead of cgi.rb #102

Closed julik closed 8 years ago

julik commented 8 years ago

By extension, make escape() and unescape() available on the Session class so that Util does not have to have access to the Session object when performing escapes/unescapes.

toland commented 8 years ago

LGTM