Description
Compress and decompress Brotli data from Python through CFFI bindings. It helps web, storage, and packaging tools handle a modern compression format commonly used for HTTP content.
Compressed data from untrusted sources can be large after decompression. Enforce limits and handle errors when processing external payloads.