This is documentation for an unreleased version. For the latest API, see version 3.1.
Version: Next
HttpCompressor
Strategy for compressing HTTP request bodies.
Extend this class to create a custom compressor. Set content_encoding to the value
that should be sent in the Content-Encoding header and implement compress.
Strategy for compressing HTTP request bodies.
Extend this class to create a custom compressor. Set
content_encodingto the value that should be sent in theContent-Encodingheader and implementcompress.