//
pkg.gl
Category
github.com/alexdyukov/compresshandler
internal
decompressor
package
1.5.0
Repository:
https://github.com/alexdyukov/compresshandler.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
188 SLOC
#
Functions
NewBrotli
NewBrotli creates new brotli typed (http encoding type "br") Decompressor.
NewGzip
NewGzip creates new gzip typed (http encoding type "gzip") Decompressor.
NewZlib
NewZlib creates new zlib typed (http encoding type "deflate") Decompressor.
#
Structs
Brotli
Brotli is brotli typed (http encoding type "br") Decompressor.
Gzip
Gzip is gzip typed (http encoding type "gzip") Decompressor.
Zlib
No description provided by the author
#
Interfaces
Decompressor
Decompressor is the interface that wraps the Decompress method.