Add Brotli decompressor #22445
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Brotli is primarily used for HTTP compression. The standard library implements HTTP, and the deflate, gzip and zstd decompressors are already implemented. I think Brotli is widely used for modern HTTP compression. So I think it would be better to implement this data compression algorithm in the standard library.
The text was updated successfully, but these errors were encountered: