Documentation
¶
Overview ¶
Detect stream compression and return new stream with file descompressed, if not detect compression return initial stream
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDescompress ¶
func NewDescompress(inputReader io.Reader) (io.ReadCloser, error)
Detect body compression and return new reader without compression, Current support to:
- gzip
- bzip2
- xz
- zstd
- deflate
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.