Subject: | log response body using HTTP::Response->decoded_content |
When response body logging is activated and the server encodes content with gzip, gzipped data is output to the log which is unreadable.
Please consider using HTTP::Response->decoded_content instead of HTTP::Response->content, or provide another "use" option such as "-decode_content" to allow users of this module to decode if needed.