berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Modifies Faraday adapter to use httpclient. #313

Closed johnbellone closed 9 years ago

johnbellone commented 9 years ago

This also removes the internal middleware for managing gzip since that is already done inside the httpclient internals transparently.

reset commented 9 years ago

Thanks @johnbellone!