toland / patron

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

Add automatic Content-Encoding support #103

Closed julik closed 8 years ago

julik commented 8 years ago

using the built-in CURL facilities. CURL will automatically decode and decompress the response when Session#automatic_content_encoding is set to true.

Fixes #64

toland commented 8 years ago

:+1: