Add snappy encoding support in RequestDecompressionLayer #529
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-middleware
Topic: middleware
Feature Request
Motivation
Add
snappy
as one of the encodings to decode in RequestDecompressionLayer. It is fairly commonly used, eg, it is required for Prometheus remote-write.Proposal
Using the snap crate, add a new
decompression-snappy
feature similar to the other encodings.Alternatives
Did not consider alternatives.
The text was updated successfully, but these errors were encountered: