Source: libplack-middleware-deflater-perl
Section: perl
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libio-handle-util-perl,
 libplack-perl,
 libtest-requires-perl,
 perl,
 perl (>= 5.13.4) | libtest-more-perl (>= 0.96)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-deflater-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.
