Module brotli

Source
Expand description

This module is a re-export of the brotli encoder used in the secondary compression. It also exports the config options.

Structs§

BlockSize
The recommended input block size (in bits) to use for compression.
BrotliEncoderOptions
Compression options to be used for a BrotliEncoder.
CompressorWriter
Wraps a writer and compresses its output.
Quality
Quality level of the brotli compression
WindowSize
The sliding window size (in bits) to use for compression.

Enums§

CompressionMode
Allows to tune a brotli compressor for a specific type of input.