gzip -package:wai-extra

Generic zip controlled by a function with type-specific branches
Gzip compression with default parameters.
Convert an OutputStream that consumes compressed ByteStrings into an OutputStream that consumes uncompressed ByteStrings in the gzip format
Compression and decompression of data streams in the gzip format. The format is described in detail in RFC #1952: http://www.ietf.org/rfc/rfc1952.txt See also the zlib home page: http://zlib.net/
CRC32 checksumming using the GZIP/PKZIP algorithm as used in both ISO 3309 and section 8.1.1.6.2 of ITU-T V.42 and referenced in RFC1952.
GZip file decompression Copyright (c) 2004 John Goerzen, jgoerzen@complete.org The GZip format is described in RFC1952.
Helpers for running a Snap web handler with compression.
Please refer to the Support API > GZIP Streams chapter of the reference. Internal: FreeType.Support.GZIP.Internal.
This module exports utilities to compress and decompress GZip pipes streams.
Twin map for monadic transformation
Twin map for queries
Twin map for transformation
The gzip format uses a header with a checksum and some optional meta-data about the compressed file. It is intended primarily for compressing individual files but is also sometimes used for network protocols such as HTTP. The format is described in detail in RFC #1952 http://www.ietf.org/rfc/rfc1952.txt
This is not a format as such. It enabled zlib or gzip decoding with automatic header detection. This only makes sense for decompression.
Convert an OutputStream that consumes compressed Builders into an OutputStream that consumes uncompressed Builders in the gzip format
Ignore the Accept-Encoding header in the Request and attempt to compress the body of the response with gzip. calls compressWithFilter using compress. see also: compressedResponseFilter