nytimes / gziphandler

Go middleware to gzip HTTP responses
https://godoc.org/github.com/NYTimes/gziphandler
Apache License 2.0
868 stars 129 forks source link

acceptsGzip as config func. #66

Closed ldez closed 6 years ago

ldez commented 6 years ago

Add an option to the config to be use by the GzipHandlerWithOpts function.

Related to #48, #34, #65

ldez commented 6 years ago

After some thinking, I think it's not really useful. If anyone find a real use case, you can ping me to re-open.