summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/headers/headers.go
AgeCommit message (Expand)Author
2023-08-02caddyhttp: Make use of `http.ResponseController` (#5654)Francis Lavoie
2023-03-27headers: Support deleting all headers as first op (#5464)黑墨水鱼
2022-09-23headers: Support repeated WriteHeader if 1xx (fix #5074)Matthew Holt
2022-07-12headers: Only replace known placeholders (#4880)Francis Lavoie
2022-06-15headers: Support wildcards for delete ops (close #4830) (#4831)Matt Holt
2021-09-13headers: Canonicalize case in replace (fix #4330)Matthew Holt
2020-07-20push: Implement HTTP/2 server push (#3573)Matt Holt
2020-02-04header: caddyfile: Defer header operations for deletions or manuallyMatthew Holt
2019-12-29Export Replacer and use concrete type instead of interfaceMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-09-14headers: Ability to mutate request headers including http.Request.HostMatthew Holt
2019-09-13headers: Add ability to replace substrings in header fieldsMatthew Holt
2019-09-11headers: New 'request_header' directive; handle Host header speciallyMatthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-07-11Rename handler modules to use http.handlers namespaceMatthew Holt
2019-07-02go.mod: Append /v2 to module name; update all import pathsMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-21Various bug fixes and minor improvementsMatthew Holt
2019-06-14Rename caddy2 -> caddyMatthew Holt
2019-06-04Change import paths to GitHub package namesMatthew Holt
2019-05-28ResponseMatcher for conditional logic of response headersMatthew Holt
2019-05-22Export types and fields necessary to build configs (for config adapters)Matthew Holt
2019-05-21Module.New() does not need to return an errorMatthew Holt
2019-05-20Implement rewrite middleware; fix middleware stack bugsMatthew Holt
2019-05-20Fix deferred header opsMatthew Holt
2019-05-20Implement headers middlewareMatthew Holt