summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/encode
AgeCommit message (Expand)Author
2020-04-01gzip: Use klauspost/gzip, an optimized gzip implementationMatthew Holt
2020-03-24Remove some non-essential plugins from this repo (#2780)Matthew Holt
2020-02-27Fix typos (#3087)Success Go
2020-02-14caddyfile: Refactor; NewFromNextSegment(); fix repeated matchersMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-09-19httpcaddyfile: Global storage configuration (closes #2758)Matthew Holt
2019-09-16httpcaddyfile: static_response -> respond; minor cleanupsMatthew Holt
2019-09-14Eliminate some TODOsMatthew Holt
2019-09-13encode: Fix bug where default status code was being writtenMatthew Holt
2019-09-10caddyfile: Improve Dispenser.NextBlock() to support nestingMatthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Fix module-related errorsMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt
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