index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
headers
/
headers.go
Age
Commit message (
Expand
)
Author
2022-07-12
headers: Only replace known placeholders (#4880)
Francis Lavoie
2022-06-15
headers: Support wildcards for delete ops (close #4830) (#4831)
Matt Holt
2021-09-13
headers: Canonicalize case in replace (fix #4330)
Matthew Holt
2020-07-20
push: Implement HTTP/2 server push (#3573)
Matt Holt
2020-02-04
header: caddyfile: Defer header operations for deletions or manually
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-14
headers: Ability to mutate request headers including http.Request.Host
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-08-21
Refactor Caddyfile adapter and module registration
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