Tagged Questions
3
votes
2answers
961 views
Transparently Handling GZip Encoded content with WWW::Mechanize
I am using WWW::Mechanize and currently handling HTTP responses with the 'Content-Encoding: gzip' header in my code by first checking the response headers and then using IO::Uncompress::Gunzip to get ...