mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
314 B
Plaintext
6 lines
314 B
Plaintext
The Perl 5 module Plack::Middleware::Deflater is a middleware to
|
|
encode your response body in gzip or deflate, based on Accept-Encoding
|
|
HTTP request header. It would save the bandwidth a little bit but
|
|
should increase the Plack server load, so ideally you should handle
|
|
this on the frontend reverse proxy servers.
|