Package httxlib :: Module httxcompression
[hide private]
[frames] | no frames]

Module httxcompression

source code

Utility module to perform decompression of an http body

Functions [hide private]
 
httxdecompress(response)
Decompression of the body from response.
source code
Variables [hide private]
  __package__ = 'httxlib'
Function Details [hide private]

httxdecompress(response)

source code 

Decompression of the body from response.

The supported compression types are gzip, bzip2 and deflate

Parameters:
  • response (HttxResponse) - the response from the http server containing the body