Search Results

1
vote

Transparently Handling GZip Encoded content with WWW::Mechanize

It looks to me like you can replace it by using the $res->content( $bytes ) member. By the way, I found this stuff by looking at the source of LWP::UserAgent, then HTTP::Response, then …