wire / magic / gzip

gzip signature (1F 8B)

A gzip member begins with the two magic bytes 0x1F 0x8B, followed by a compression-method byte (0x08 = DEFLATE) and a flags byte. gzip is a single-file container around a DEFLATE stream.

magic kind signature status standard verification verified tier B file-signature@1

aka: gz magic · \x1f\x8b

file signature

magic: 1F 8B @ offset 0

ascii: \x1f\x8b

.gz.tgz application/gzip

spec: RFC 1952


provenance

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/gzip or /magic/gzip.json