Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-02 | chore: Bump up to Go 1.19, minimum 1.18 (#4925) | Francis Lavoie | |
2022-05-06 | map: Prevent output destinations overlap with Caddyfile shorthands (#4657) | Francis Lavoie | |
2022-03-18 | caddyfile: Support for raw token values; improve `map`, `expression` (#4643) | Francis Lavoie | |
* caddyfile: Support for raw token values, improve `map`, `expression` * Applied code review comments * Rename RawVal to ValRaw Co-authored-by: Matthew Holt <mholt@users.noreply.github.com> | |||
2022-03-17 | map: Support numeric and bool types with Caddyfile | Matthew Holt | |
Based on caddyserver/website#221 | |||
2020-10-02 | map: Bug fixes; null literal with hyphen in Caddyfile | Matthew Holt | |
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 |