套件: libplack-middleware-deflater-perl (0.12-2)
libplack-middleware-deflater-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libplack-middleware-deflater-perl:
- [libplack-middleware-deflater-perl_0.12-2.dsc]
- [libplack-middleware-deflater-perl_0.12.orig.tar.gz]
- [libplack-middleware-deflater-perl_0.12-2.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