Subject: | Support gzip compression |
Doesn't look like this module is being actively maintained, so I'm not
going to waste time making a proper patch. But this is as simple as
adding 'accept-encoding' => 'gzip' to the request headers and then
calling IO::Uncompress::gunzip to decompress if the 'content-encoding'
header is /^(?:x-)?gzip$/.