We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a999b70 commit 72e7eddCopy full SHA for 72e7edd
modules/caddyhttp/map/map.go
@@ -40,6 +40,7 @@ type Handler struct {
40
Source string `json:"source,omitempty"`
41
42
// Destinations are the names of placeholders in which to store the outputs.
43
+ // Destination values should be wrapped in braces, for example, {my_placeholder}.
44
Destinations []string `json:"destinations,omitempty"`
45
46
// Mappings from source values (inputs) to destination values (outputs).
0 commit comments