Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
* caddyhttp: Implement CEL matcher (see #3051) CEL (Common Expression Language) is a very fast, flexible way to express complex logic, useful for matching requests when the conditions are not easy to express with JSON. This matcher may be considered experimental even after the 2.0 release. * Improve CEL module docs |