NAME

Plack::Middleware::Gzip - gzip compless HTTP response

SYNOPSIS

   use Plack::Builder;

   my $app = sub {['200', ['Content-Type' => 'text/plain'], ['foobar']]};
   builder {
       enable 'Gzip';
       $app;
   }

DESCRIPTION

Plack::Middleware::Gzip

AUTHOR

Kenta Sato <kenta.sato.1990@gmail.com>

LICENCE AND COPYRIGHT

Copyright (c) 2010, Kenta Sato <kenta.sato.1990@gmail.com>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Plack::Middleware Plack::Builder