| Jifty documentation | view source | Contained in the Jifty distribution. |
Jifty::Plugin::Deflater - Handles Accept-Encoding and compression
# In your jifty config.yml under the framework section:
Plugins:
- Deflater: {}
# You should put deflater at the end of the plugins list
This plugin provides Accept-Encoding handling.
Wraps the provided Plack app with the deflation middleware. You'll never need to call this yourself.
| Jifty documentation | view source | Contained in the Jifty distribution. |