coding'))
and ( $res->headers->content_type =~ qr{^text|xml$|javascript$|^application/json$} )
) {
return undef;
}
eval { local $/; $body = <$body> } if ref $body;
p Content-types that start with "text/", or end in "xml" or "javascript",
along with "application/json". This may be configurable in the future.
=head1 SUPPORT
You can find documentation for this mo