summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/encode
AgeCommit message (Expand)Author
2019-08-07Part 1: Optimize using compiler's inliner (#2687)Dominik Braun
2019-07-15Minor tweaksMatthew Holt
2019-07-11Flatten HTTP handler config (#2662) (#2663)Matt Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30encode: Add "Vary" response headerMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-29Fix encoder name bug; remove unused field in encode middleware structMatthew Holt
2019-06-27Implement etag; fix related bugs in encode and templates middlewaresMatthew Holt
2019-06-21Various bug fixes and minor improvementsMatthew Holt
2019-06-18Implement templates handler; various minor cleanups and bug fixesMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-06-13Implement brotli encoder; improve validation of other encodersMatthew Holt
2019-06-10Implement encode middleware (#2)Matt Holt