Rajat Jain
|
802f80c382
|
map: Accept regex substitution in outputs (#3991)
* Replace placeholders with regex groups
* using Matcher methods
* test added
* linting fix
* Revert "linting fix"
This reverts commit cafd7296f4 .
* Revert "test added"
This reverts commit 3a76cc7b0b .
* Revert "using Matcher methods"
This reverts commit cc34337b8e .
* tests added
|
2021-03-10 14:22:33 -07:00 |
|
Matthew Holt
|
0fc47e8357
|
map: Apply default if mapped output is nil
|
2020-10-02 15:23:52 -06:00 |
|
Matthew Holt
|
25d2b4bf29
|
map: Reimplement; multiple outputs; optimize
|
2020-10-02 14:23:56 -06:00 |
|
Mark Sargent
|
6004d3f779
|
caddyhttp: Add 'map' handler (#3199)
* 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
|
2020-06-26 15:12:37 -06:00 |
|