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.go
Age
Commit message (
Expand
)
Author
2022-09-13
caddyhttp: Very minor optimization to path matcher
Matthew Holt
2022-09-13
caddyhttp: Explicitly disallow multiple regexp matchers (#5030)
Francis Lavoie
2022-09-05
caddyhttp: Support `respond` with HTTP 103 Early Hints (#5006)
Matt Holt
2022-08-17
core: Change net.IP to netip.Addr; use netip.Prefix (#4966)
WilczyńskiT
2022-08-16
caddyhttp: Smarter path matching and rewriting (#4948)
Matt Holt
2022-08-04
Replace strings.Index usages with strings.Cut (#4930)
WilczyńskiT
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-07-28
caddyhttp: Use new CEL APIs (fix #4915)
Matthew Holt
2022-07-16
caddyhttp: Enhance comment
Matthew Holt
2022-07-13
reverseproxy: Implement retry count, alternative to try_duration (#4756)
Francis Lavoie
2022-07-13
caddyhttp: Make query matcher more efficient
Matthew Holt
2022-06-22
Expose several Caddy HTTP Matchers to the CEL Matcher (#4715)
Tristan Swadell
2022-05-04
caddyfile: Shortcut for `remote_ip` for private IP ranges (#4753)
Francis Lavoie
2022-03-01
caddyhttp: Support zone identifiers in remote_ip matcher (#4597)
BitWuehler
2021-12-30
caddyhttp: Fix `MatchPath` sanitizing (#4499)
Francis Lavoie
2021-11-08
caddyhttp: Sanitize the path before evaluating path matchers (#4407)
Francis Lavoie
2021-09-24
General minor improvements to docs
Matthew Holt
2021-09-17
caddyhttp: Add support for triggering errors from `try_files` (#4346)
Francis Lavoie
2021-08-19
caddyhttp: Updated the documentation for MatchQuery (#4295)
Scott Mebberson
2021-07-06
caddyhttp: Fix incorrect determination of gRPC protocol (#4236)
hmol233
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-10
caddyhttp: Optionally use forwarded IP for remote_ip matcher
Matthew Holt
2020-12-09
caddyhttp: Document that remote_ip reads X-Forwarded-For header
Matthew Holt
2020-12-09
httpcaddyfile: support matching headers that do not exist (#3909)
Jack Baron
2020-12-02
caddyhttp: Optimize large host matchers
Matthew Holt
2020-11-17
caddyhttp: Fix header matcher when using nil
Matthew Holt
2020-11-02
caddyhttp: Merge query matchers in Caddyfile (#3839)
Francis Lavoie
2020-10-31
caddyhttp: Merge header matchers in Caddyfile (#3832)
Francis Lavoie
2020-09-25
caddyfile: Add support for `vars` and `vars_regexp` matchers (#3730)
Mohammed Al Sahaf
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-05-11
caddyhttp: Fix merging of Caddyfile matchers in not blocks (#3379)
Francis Lavoie
2020-04-06
docs: Clarify "not" matcher structure (see #3233)
Matthew Holt
2020-04-06
caddyhttp: Strictly forbid unnecessary blocks on matchers (#3229)
Francis Lavoie
2020-04-06
caddyhttp: Support single-line not matcher (#3228)
Francis Lavoie
2020-04-01
caddyhttp: Update host matcher docs about wildcards
Matthew Holt
2020-04-01
caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208)
Matt Holt
2020-03-30
caddyhttp: Rename MatchNegate type to MatchNot type
Matthew Holt
2020-03-24
reverse_proxy: Add support for SRV backends (#3180)
Matt Holt
2020-03-19
caddyhttp: Implement CEL matcher (see #3051) (#3155)
Matt Holt
2020-03-18
caddyhttp: Minor improved Caddyfile support for some matchers
Matthew Holt
2020-03-16
caddyhttp: Support path matcher of "*" without panic
Matthew Holt
2020-02-27
Fix typos (#3087)
Success Go
2020-02-20
caddyhttp: Fixes for header and header_regexp directives (#3061)
Gilbert Gilb's
2020-02-14
Minor tweaks to docs/comments
Matthew Holt
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
[next]