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

Brotli support #759

Open
AsyncAlchemist opened this issue Dec 5, 2023 · 1 comment
Open

Brotli support #759

AsyncAlchemist opened this issue Dec 5, 2023 · 1 comment

Comments

@AsyncAlchemist
Copy link

I would like to request that support for Brotli compression be added. There is a very good library from github.com/andybalholm/brotli that implements native Brotli compression/decompression in Go, so it's really only a few lines of code.

Brotli is quickly replacing gzip as the go-to compression standard for text-based responses (html,json,css,etc).

If you feel this could be useful, I'm happy to help. Feel free to assign me the issue and I will try to implement it.

@jeevatkm jeevatkm added this to the v3.0.0 Milestone milestone Mar 2, 2024
@jeevatkm
Copy link
Member

jeevatkm commented Mar 2, 2024

@AsyncAlchemist, as of now, Go still needs to add Brotli support. I will provide a mechanism/interface to add an external compression library in the v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants