There are equivalents to the zlib options for Brotli-based streams, although these options have different ranges than the zlib ones:
- zlib’s
leveloption matches Brotli’sBROTLI_PARAM_QUALITYoption. - zlib’s
windowBitsoption matches Brotli’sBROTLI_PARAM_LGWINoption.
See [below][Brotli parameters] for more details on Brotli-specific options.
