libcatalyst-plugin-compress-perl

Catalyst plugin to compress the response
  http://search.cpan.org/dist/Catalyst-Plugin-Compress/
  0
  no reviews



This module combines catalyst::plugin::deflate catalyst::plugin::gzip catalyst::plugin::zlib into one.

it compress response to [gzip bzip2 zlib deflate] if client supports it.

note: if you want to use this module with catalyst::plugin::unicode, you must load this plugin after catalyst::plugin::unicode.