edicl / drakma

HTTP client written in Common Lisp
http://edicl.github.io/drakma/
249 stars 58 forks source link

Add generic function for handling Transfer-Encoding and Content-Encoding... #46

Closed tmccombs closed 10 years ago

tmccombs commented 10 years ago

The content of a response may be encoded using zero or more Transfer-Encodings and Content-Encodings. This patch provides a mechanism for decoding the response data according to those headers before returning to the user.

This addresses Issue #45

hanshuebner commented 10 years ago

Nice work, thank you!