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
/
matchers_test.go
Age
Commit message (
Expand
)
Author
2021-05-02
reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)
Francis Lavoie
2021-05-02
caddyhttp: performance improvement in HeaderRE Matcher (#4143)
Calvin Xiao
2021-02-11
caddyhttp: Support placeholders in header matcher values (close #3916)
Matthew Holt
2020-12-02
caddyhttp: Optimize large host matchers
Matthew Holt
2020-11-17
caddyhttp: Fix header matcher when using nil
Matthew Holt
2020-07-07
caddyhttp: Reorder some access log fields; add host matcher test case
Matthew Holt
2020-06-26
caddyhttp: Support placeholders in query matcher (#3521)
James Birtles
2020-06-16
caddyhttp: Empty, not nil, query matcher matches empty query string
Matthew Holt
2020-06-16
caddyhttp: Enable matching empty query string
Matthew Holt
2020-05-26
caddyhttp: Refactor header matching
Matthew Holt
2020-04-01
caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208)
Matt Holt
2020-03-16
caddyhttp: Support path matcher of "*" without panic
Matthew Holt
2020-02-20
caddyhttp: Fixes for header and header_regexp directives (#3061)
Gilbert Gilb's
2020-02-08
v2: Implement RegExp Vars Matcher (#2997)
Mohammed Al Sahaf
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-17
http: Patch path matcher to ignore dots and spaces (#2917)
Matthew Holt
2019-11-29
v2: fixes query matcher parsing (#2901)
Mark Sargent
2019-11-29
http: Shorten regexp matcher placeholders; allow "=/" for simple matcher
Matthew Holt
2019-11-28
http: path matcher supports exact matching with = prefix
Matthew Holt
2019-11-15
http: Make path matcher case-insensitive
Matthew Holt
2019-10-14
caddyhttp: Support placeholders in MatchHost (#2810)
Pascal
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-20
caddyhttp: Fix host matching when host has a port
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
Allow multiple matcher sets in routes (OR'ed together)
Matthew Holt
2019-05-22
Export types and fields necessary to build configs (for config adapters)
Matthew Holt
2019-05-21
Fix up matchers tests and take care of TODO in rewrite
Matthew Holt
2019-05-20
Implement rewrite middleware; fix middleware stack bugs
Matthew Holt
2019-05-20
Implement most of static file server; refactor and improve Replacer
Matthew Holt
2019-05-16
Some minor updates, and get rid of OnLoad/OnUnload
Matthew Holt
2019-05-14
Rename and export some types, other minor changes
Matthew Holt
2019-05-10
caddyhttp: Implement better HTTP matchers including regexp; add tests
Matthew Holt