Expand description
This module is a re-export of the brotli encoder used in the secondary compression. It also exports the config options.
Structs§
- Block
Size - The recommended input block size (in bits) to use for compression.
- Brotli
Encoder Options - Compression options to be used for a
BrotliEncoder
. - Compressor
Writer - Wraps a writer and compresses its output.
- Quality
- Quality level of the brotli compression
- Window
Size - The sliding window size (in bits) to use for compression.
Enums§
- Compression
Mode - Allows to tune a brotli compressor for a specific type of input.