You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: