Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | map: Accept regex substitution in outputs (#3991) | Rajat Jain | |
* Replace placeholders with regex groups * using Matcher methods * test added * linting fix * Revert "linting fix" This reverts commit cafd7296f43639bbcd2601bea79a47f60763a200. * Revert "test added" This reverts commit 3a76cc7b0bc5dcef15ca5c8ec22efcd4067d484c. * Revert "using Matcher methods" This reverts commit cc34337b8ebb61d40ec343cee0fc225a694d3db6. * tests added | |||
2020-10-02 | map: Apply default if mapped output is nil | Matthew Holt | |
2020-10-02 | map: Reimplement; multiple outputs; optimize | Matthew Holt | |
2020-06-26 | caddyhttp: Add 'map' handler (#3199) | Mark Sargent | |
* inital map implementation * resolve the value during middleware execution * use regex instead * pr feedback * renamed mmap to maphandler * refactored GetString implementation * fixed mispelling * additional feedback |