22 Commits (master)

Author SHA1 Message Date
Matthew Holt a437206643
headers: Canonicalize case in replace (fix #4330) 3 years ago
Matt Holt 6cea1f239d
push: Implement HTTP/2 server push (#3573) 5 years ago
Matthew Holt 9639fe7d28
header: caddyfile: Defer header operations for deletions or manually 5 years ago
Matthew Holt 95d944613b
Export Replacer and use concrete type instead of interface 5 years ago
Matthew Holt 95ed603de7
Improve godocs all around 5 years ago
Matt Holt 3c90e370a4
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924) 5 years ago
Matthew Holt 2fd22139c6
headers: Ability to mutate request headers including http.Request.Host 5 years ago
Matthew Holt c09e86fddc
headers: Add ability to replace substrings in header fields 5 years ago
Matthew Holt 005a11cf4b
headers: New 'request_header' directive; handle Host header specially 5 years ago
Matthew Holt c9980fd367
Refactor Caddyfile adapter and module registration 6 years ago
Matthew Holt 63674ba081
Rename handler modules to use http.handlers namespace 6 years ago
Matthew Holt fdd871e177
go.mod: Append /v2 to module name; update all import paths 6 years ago
Matthew Holt 3177ee8010 Add license 6 years ago
Matthew Holt d49f762f6d Various bug fixes and minor improvements 6 years ago
Matthew Holt 5137859e47 Rename caddy2 -> caddy 6 years ago
Matthew Holt 613aecb898 Change import paths to GitHub package names 6 years ago
Matthew Holt bf54615efc ResponseMatcher for conditional logic of response headers 6 years ago
Matthew Holt bc00d840e8 Export types and fields necessary to build configs (for config adapters) 6 years ago
Matthew Holt 2fd98cb040 Module.New() does not need to return an error 6 years ago
Matthew Holt 65195a726d Implement rewrite middleware; fix middleware stack bugs 6 years ago
Matthew Holt b84cb05848 Fix deferred header ops 6 years ago
Matthew Holt d22f64e6d4 Implement headers middleware 6 years ago