brotli-streams

IO-Streams interface for Brotli (RFC7932) compression

https://github.com/haskell-hvr/brotli-streams

Version on this page:0.0.0.0@rev:6
LTS Haskell 22.14:0.0.0.0@rev:8
Stackage Nightly 2024-03-28:0.0.0.0@rev:8
Latest on Hackage:0.0.0.0@rev:8

See all snapshots brotli-streams appears in

BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by https://github.com/haskell-hvr/brotli-streams
This version can be pinned in stack with:brotli-streams-0.0.0.0@sha256:b9112e222d0476590408f24fe2d18cfdcc5c510dba21b47869c879b73d178707,2570

Module documentation for 0.0.0.0

Used by 1 package in nightly-2023-03-26(full list with versions):

Brotli (RFC7932) is a generic-purpose lossless compression algorithm suitable for HTTP compression that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.

This package provides an IO-Streams interface for the Brotli compression algorithm.

Decompressing Brotli InputStreams and compressing OutputStreams to Brotli streams with tunable (de)compression parameters is supported.