Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add snappy encoding support in RequestDecompressionLayer #529

Open
1 task done
nullren opened this issue Oct 24, 2024 · 1 comment
Open
1 task done

Add snappy encoding support in RequestDecompressionLayer #529

nullren opened this issue Oct 24, 2024 · 1 comment
Labels
C-feature-request Category: A feature request, i.e: not implemented / a PR. T-middleware Topic: middleware

Comments

@nullren
Copy link

nullren commented Oct 24, 2024

  • I have looked for existing issues (including closed) about this

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.

@nullren nullren changed the title Add snappy encoding support Add snappy encoding support in RequestDecompressionLayer Oct 24, 2024
@jplatte jplatte added C-feature-request Category: A feature request, i.e: not implemented / a PR. T-middleware Topic: middleware labels Oct 25, 2024
@jplatte
Copy link
Collaborator

jplatte commented Oct 25, 2024

Is this standardized, or in the process of being standardized? MDN has no info on it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: A feature request, i.e: not implemented / a PR. T-middleware Topic: middleware
Projects
None yet
Development

No branches or pull requests

2 participants