Gzip - radishengine/drowsy GitHub Wiki

http://fileformats.archiveteam.org/wiki/Gzip

Main Type: application/gzip

Type Parameters

  • from ❌: The type name of the compressed data, percent-encoded if necessary.

Splits to

One Gzip Header (chunk/gzip_header ❌), followed by one DataSegment representing the uncompressed content of the file. The data type here will either be:

  • taken from the from type parameter, if specified
  • looked up from Central Dispatch using the filename from the header, if the extension is listed
  • otherwise, application/octet-stream

Chunks

Type: chunk/gzip-header