module documentation

Undocumented

Function gunzip Gunzip the given data and return as much data as possible.
Function gzip_magic_number Undocumented
def gunzip(data): (source)

Gunzip the given data and return as much data as possible. This is resilient to CRC checksum errors.

def gzip_magic_number(response): (source)

Undocumented