summaryrefslogtreecommitdiffhomepage
path: root/middleware/gzip
AgeCommit message (Expand)Author
2015-11-14gzip: added Vary: Accept-Encoding to response header.Tatsuhiko Kubo
2015-11-05pass golintbuddhamagnet
2015-10-11Address various lint and gocyclo warnings. Fixes #253Zac Bergquist
2015-07-06Gzip: Fix wildcard extension bug.Abiola Ibrahim
2015-07-03gzip: Remove mimesMatthew Holt
2015-07-01gzip: Fix testsMatthew Holt
2015-07-01gzip: Make it gzip againMatthew Holt
2015-06-10Gzip: Accept MIME types.Abiola Ibrahim
2015-06-07rename gzip test function to TestGzipHandlerAbiola Ibrahim
2015-06-07Gzip: Added compression level, extension and path filters.Abiola Ibrahim
2015-05-24Fix more lint warningsZac Bergquist
2015-05-04Bringing in latest from master; refactoring under wayMatthew Holt
2015-05-02gzip: Fix Content-Length header for proxies requests (closes #38)Matthew Holt
2015-04-26gzip strips Accept-Encoding header after using itMatthew Holt
2015-04-08Bug fix for default error handling with gzipMatthew Holt
2015-04-02Refactor: Middleware chain uses Handler instead of HandlerFuncMatthew Holt
2015-03-28Refactored gzip middleware to return errorsMatthew Holt
2015-03-20Docs and comments, la laMatthew Holt
2015-01-29Godoc for middleware packages and server packageMatthew Holt
2015-01-29Experimenting to make middleware more independentMatthew Holt
2015-01-29Moved gzip middleware into its own packageMatthew Holt