class HTTP::CompressHandler
inherits Reference
¶
A handler that configures an HTTP::Server::Response
to compress the response
output, either using gzip or deflate, depending on the Accept-Encoding
request header.