summaryrefslogtreecommitdiff
path: root/caddytest/integration/map_test.go
AgeCommit message (Collapse)Author
2020-06-26caddyhttp: 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