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
/
celmatcher.go
Age
Commit message (
Expand
)
Author
2022-03-18
caddyfile: Support for raw token values; improve `map`, `expression` (#4643)
Francis Lavoie
2021-06-03
go.mod: Update direct dependencies
Matthew Holt
2020-07-31
caddyhttp: Add support to resolve DN in CEL expression (#3608)
v-rosa
2020-06-30
cel: fix validation of expression result type (#3526)
Mohammed Al Sahaf
2020-05-25
chore: forego the use of deprecated cel func NewIdent in favor of NewVar (#3444)
Mohammed Al Sahaf
2020-05-21
caddyhttp: Add time.now placeholder and update cel-go (closes #2594)
Matthew Holt
2020-05-13
docs: link to CEL standard definitions (#3407)
Mohammed Al Sahaf
2020-04-11
Fix some godocs
Matthew Holt
2020-04-08
caddyhttp: CEL matcher checks return type; slight refactor
Matthew Holt
2020-04-08
cel: Leverage DefaultAdapter to extend CEL's type system
Matthew Holt
2020-03-30
Keep type information with placeholders until replacements happen
Matthew Holt
2020-03-20
go.mod: Update some deps; add new Strings lib to CEL matcher
Matthew Holt
2020-03-19
caddyhttp: Implement CEL matcher (see #3051) (#3155)
Matt Holt