Search results for "module:CGI::Compress::Gzip"
CGI::Compress::Gzip - CGI with automatically compressed output
CGI::Compress::Gzip extends the CGI module to auto-detect whether the client browser wants compressed output and, if so and if the script chooses HTML output, apply gzip compression on any content header for STDOUT. This module is intended to be a dr...
CDOLAN/CGI-Compress-Gzip-1.03 - 18 Oct 2008 04:32:35 UTC
CGI::Compress::Gzip::FileHandle - CGI::Compress::Gzip helper package
This is intended for internal use only! Use CGI::Compress::Gzip instead. This CGI::Compress::Gzip helper class subclasses IO::Zlib. It is is needed to make sure that output is not compressed until the CGI header is emitted. This filehandle delays the...
CDOLAN/CGI-Compress-Gzip-1.03 - 18 Oct 2008 04:32:35 UTC
CGI::Application::Plugin::CompressGzip - Add gzip compression to CGI::Application
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 ...
RHESA/CGI-Application-Plugin-CompressGzip-1.02 - 07 Jan 2010 13:25:31 UTC
CGI::WebGzip - Perl extension for GZipping script output
use CGI::WebGzip([compression_level]) Captures all the script output for deflating. Default compression level is 9 (maximum). Value 0 means no compression. void flush() Flushes the compressed buffer immediately and releases STDOUT capture. Usable in ...
KOTEROV/CGI-WebGzip-0.14 - 04 Apr 2006 07:29:00 UTC