class Rack::Deflater

This middleware enables content encoding of http responses, usually for purposes of compression.

Currently supported encodings:

This middleware automatically detects when encoding is supported and allowed. For example no encoding is made when a cache directive of ‘no-transform’ is present, when the response status code is one that doesn’t allow an entity body, or when the body is empty.

Note that despite the name, Deflater does not support the deflate encoding.