Age | Commit message (Expand) | Author |
2020-11-30 | headers: Fix Caddyfile parsing with request matcher (#3892) | Francis Lavoie |
2020-11-20 | headers: Support default header values in Caddyfile with '?' (#3807) | Gilbert Gilb's |
2020-07-20 | push: Implement HTTP/2 server push (#3573) | Matt Holt |
2020-03-30 | headers: Trim any trailing colon from field names as a courtesy | Matthew Holt |
2020-02-04 | header: caddyfile: Defer header operations for deletions or manually | Matthew Holt |
2020-01-22 | httpcaddyfile: Rename 'headers' directive to 'header' | Matthew Holt |
2020-01-06 | A few miscellaneous, minor fixes | Matthew Holt |
2019-12-29 | Export Replacer and use concrete type instead of interface | Matthew Holt |
2019-12-23 | Improve godocs all around | Matthew Holt |
2019-12-10 | v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924) | Matt Holt |
2019-09-20 | reverse_proxy/headers: Expose header replacement ability in Caddyfile | Matthew Holt |
2019-09-14 | headers: Ability to mutate request headers including http.Request.Host | Matthew Holt |
2019-09-13 | Forgot to commit caddyfile.go changes in last commit | Matthew Holt |
2019-09-13 | headers: Add ability to replace substrings in header fields | Matthew Holt |
2019-09-11 | headers: New 'request_header' directive; handle Host header specially | Matthew Holt |
2019-09-10 | caddyfile: Improve Dispenser.NextBlock() to support nesting | Matthew Holt |
2019-08-21 | Refactor Caddyfile adapter and module registration | Matthew Holt |
2019-08-09 | Fix module-related errors | Matthew Holt |
2019-08-09 | Implement config adapters and beginning of Caddyfile adapter | Matthew Holt |
2019-07-11 | Rename handler modules to use http.handlers namespace | Matthew Holt |
2019-07-02 | go.mod: Append /v2 to module name; update all import paths | Matthew Holt |
2019-06-30 | Add license | Matthew Holt |
2019-06-21 | Various bug fixes and minor improvements | Matthew Holt |
2019-06-14 | Rename caddy2 -> caddy | Matthew Holt |
2019-06-04 | Change import paths to GitHub package names | Matthew Holt |
2019-05-28 | ResponseMatcher for conditional logic of response headers | Matthew Holt |
2019-05-22 | Export types and fields necessary to build configs (for config adapters) | Matthew Holt |
2019-05-21 | Module.New() does not need to return an error | Matthew Holt |
2019-05-20 | Implement rewrite middleware; fix middleware stack bugs | Matthew Holt |
2019-05-20 | Fix deferred header ops | Matthew Holt |
2019-05-20 | Implement headers middleware | Matthew Holt |