tree: 8abdd302b29bf69a9145b5a11dcb17db84cf8f6f [path history] [tgz]
  1. decode_gzip.wuffs
  2. README.md
std/gzip/README.md

Gzip

Gzip (RFC 1952) is a thin wrapper around raw deflate (RFC 1951). Gzip is similar to zlib (RFC 1950), but with a different wire format and checksum algorithm.

Gzip is used as an HTTP compression format and as a standalone file format for the gzip, gunzip and zcat utility programs.

TODO: a worked example.