Description
Provides compression and decompression support for gzip and zlib formats in Haskell. These formats are common in archives, HTTP responses, logs, package data, and binary protocols.
It is useful for import pipelines, network clients, file tools, backups, and storage systems. Applications should limit untrusted compressed input because small files can expand into large amounts of data.