Module Tapak_compressions

module Brotli : sig ... end
module Zstd : sig ... end
module Predicate : sig ... end

Predicates for deciding whether to compress HTTP responses.

module Decompressors : sig ... end
module Compressors : sig ... end
module type Decompressor = sig ... end
module type Compressor = sig ... end
val decoder : [< `Br | `Deflate | `Gzip | `Identity | `Other of string & 'a | `Star | `Zstd ] -> (module Decompressor) option
val encoder : [< `Br | `Deflate | `Gzip | `Identity | `Other of string & 'a | `Star | `Zstd ] -> (module Compressor) option