summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/map/caddyfile.go
AgeCommit message (Expand)Author
2022-09-01map: Coerce val to string, fix #4987Matthew Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-05-06map: Prevent output destinations overlap with Caddyfile shorthands (#4657)Francis Lavoie
2022-03-18caddyfile: Support for raw token values; improve `map`, `expression` (#4643)Francis Lavoie
2022-03-17map: Support numeric and bool types with CaddyfileMatthew Holt
2020-10-02map: Bug fixes; null literal with hyphen in CaddyfileMatthew Holt
2020-10-02map: Apply default if mapped output is nilMatthew Holt
2020-10-02map: Reimplement; multiple outputs; optimizeMatthew Holt
2020-06-26caddyhttp: Add 'map' handler (#3199)Mark Sargent