CGI-Application-Plugin-CompressGzip

 view release on metacpan or  search on metacpan

lib/CGI/Application/Plugin/CompressGzip.pm  view on Meta::CPAN

	sub some_run_mode {
		my $self = shift;
	    my $query = $self->query;
	}
  
=head1 DESCRIPTION

This plugin automatically enables gzip content encoding in your CGI::Application
program where appropriate. This reduces bandwidth, which is good for your server,
and for your site's responsiveness. You "use" it once in your base class, and
the rest is transparent.

It does its work by overriding cgiapp_get_query, which returns a new
CGI::Compress::Gzip object instead of the default CGI object.

=head1 EXPORTS

=over

=item cgiapp_get_query



( run in 0.422 second using v1.01-cache-2.11-cpan-a1d94b6210f )