Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | httpcaddyfile: Add shortcut for expression matchers (#4976) | Francis Lavoie | |
2022-05-04 | caddyfile: Shortcut for `remote_ip` for private IP ranges (#4753) | Francis Lavoie | |
2021-12-13 | caddyhttp: Enhance vars matcher (#4433) | Matt Holt | |
* caddyhttp: Enhance vars matcher Enable "or" logic for multiple values. Fall back to checking placeholders if not a var name. * Fix tests (thanks @mohammed90 !) | |||
2020-12-09 | httpcaddyfile: support matching headers that do not exist (#3909) | Jack Baron | |
* add integration test for null header matcher * implement null header matcher syntax * avoid repeating magic ! * check for field following ! character | |||
2020-11-02 | caddyhttp: Merge query matchers in Caddyfile (#3839) | Francis Lavoie | |
Also, turns out that `Add` on headers will work even if there's nothing there yet, so we can remove the condition I introduced in #3832 | |||
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 | |
* caddyfile: support vars and vars_regexp matchers in the caddyfile * caddyfile: matchers: Brian Kernighan said printf is good debugging tool but didn't say keep them around | |||
2020-05-14 | caddytest: Refactor Caddyfile adapt tests to separate files (#3398) | Francis Lavoie | |