gin-contrib / gzip

Gin middleware to enable GZIP support.
MIT License
324 stars 83 forks source link

feature: exclude based on original content-type #42

Open benmccann opened 3 years ago

benmccann commented 3 years ago

I have an API that often returns images. If the Content-Type header was originally image/jpeg (or anything starting with image/) then I'd like the response not to be gzipped. Is this possible? Thanks for providing this library!