We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As seen here, there's some usage of brotli and it might be a good idea to support it.
Original library by Google: https://github.com/google/brotli
There are a bunch of bindings to it, but the only in pure Go I've found with a brief search is this one: https://github.com/dsnet/compress/tree/master/brotli
The text was updated successfully, but these errors were encountered:
feat(httpext): add brotli compression support
f295044
Closes grafana#776
7e66867
Successfully merging a pull request may close this issue.
As seen here, there's some usage of brotli and it might be a good idea to support it.
Original library by Google: https://github.com/google/brotli
There are a bunch of bindings to it, but the only in pure Go I've found with a brief search is this one: https://github.com/dsnet/compress/tree/master/brotli
The text was updated successfully, but these errors were encountered: