Group
Extension

Matches 1

MojoX-Encode-Gzip ( R/RE/RENEEB/MojoX-Encode-Gzip-1.13.tar.gz, RENEEB, 2019; MetaCPAN )
MojoX-Encode-Gzip/lib/MojoX/Encode/Gzip.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.