パッケージ: libplack-middleware-deflater-perl (0.12-1ubuntu1)
libplack-middleware-deflater-perl に関するリンク
Trisquel の資源:
libplack-middleware-deflater-perl ソースパッケージをダウンロード:
- [libplack-middleware-deflater-perl_0.12-1ubuntu1.dsc]
- [libplack-middleware-deflater-perl_0.12.orig.tar.gz]
- [libplack-middleware-deflater-perl_0.12-1ubuntu1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- Florian Schlichting
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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.
その他の libplack-middleware-deflater-perl 関連パッケージ
|
|
|
-
- dep: libplack-perl
- interface between web servers and Perl web applications
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language