Expand description
Predicates for disabling compression of responses.
Predicates are applied with Compression::compress_when or
CompressionLayer::compress_when.
Structs§
- Two predicates combined into one.
- The default predicate used by
CompressionandCompressionLayer. - Predicate that wont allow responses with a specific
content-typeto be compressed. Predicatethat will only allow compression of responses above a certain size.
Traits§
- Predicate used to determine if a response should be compressed or not.