How to Install libplack-middleware-deflater-perl in Ubuntu 18.04



Install libplack-middleware-deflater-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libplack-middleware-deflater-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.

Homepage: https://metacpan.org/release/Plack-Middleware-Deflater/

Version: 0.12-1ubuntu1

Section: universe/perl