Compression Filters
Filters that compress the body of a response.
Compression
Create a wrapping filter that compresses the Body of a Response using brotli, adding content-encoding: br to the Response’s HeaderMap
Response
content-encoding: br
HeaderMap
Create a wrapping filter that compresses the Body of a Response using deflate, adding content-encoding: deflate to the Response’s HeaderMap
content-encoding: deflate
Create a wrapping filter that compresses the Body of a Response using gzip, adding content-encoding: gzip to the Response’s HeaderMap
content-encoding: gzip