Source: libplack-middleware-deflater-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libio-handle-util-perl,
 libplack-perl,
 libtest-requires-perl,
 perl,
 libfurl-perl <!nocheck>,
 perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-deflater-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-deflater-perl.git
Homepage: https://metacpan.org/release/Plack-Middleware-Deflater

Package: libplack-middleware-deflater-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libplack-perl
Description: middleware to compress response body with gzip or deflate
 Plack::Middleware::Deflater is a middleware to encode your response body in
 gzip or deflate, based on the Accept-Encoding HTTP request header. While
 saving a little bandwidth it will increase the Plack server load, so ideally
 you should handle this on the frontend reverse proxy servers.
 .
 This middleware removes Content-Length and streams encoded content, which
 means the server should support HTTP/1.1 chunked response or downgrade to
 HTTP/1.0 and close the connection.
