[ 原始碼: libplack-middleware-deflater-perl ]
套件:libplack-middleware-deflater-perl(0.14-1)
libplack-middleware-deflater-perl 的相關連結
Debian 的資源:
下載原始碼套件 libplack-middleware-deflater-perl:
- [libplack-middleware-deflater-perl_0.14-1.dsc]
- [libplack-middleware-deflater-perl_0.14.orig.tar.gz]
- [libplack-middleware-deflater-perl_0.14-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libplack-middleware-csrfblock-perl
- libplack-middleware-reverseproxy-perl
- trafficserver
- libplack-app-proxy-perl
- python3-django-compression-middleware
- python3-dugong
- libplack-test-anyevent-perl
- libplack-middleware-expires-perl
- libplack-middleware-file-sass-perl
- libpoe-filter-http-parser-perl
- ruby-em-http-request
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: libio-compress-perl
- bundle of IO::Compress modules
-
- dep: libplack-perl
- interface between web servers and Perl web applications
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language