# Functions

NewBrotli creates new brotli typed (http encoding type "br") Decompressor.
NewGzip creates new gzip typed (http encoding type "gzip") Decompressor.
NewZlib creates new zlib typed (http encoding type "deflate") Decompressor.

# Structs

Brotli is brotli typed (http encoding type "br") Decompressor.
Gzip is gzip typed (http encoding type "gzip") Decompressor.
No description provided by the author

# Interfaces

Decompressor is the interface that wraps the Decompress method.