summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/responsematchers.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/caddyhttp/responsematchers.go')
-rw-r--r--modules/caddyhttp/responsematchers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/responsematchers.go b/modules/caddyhttp/responsematchers.go
index d9ad848..821def9 100644
--- a/modules/caddyhttp/responsematchers.go
+++ b/modules/caddyhttp/responsematchers.go
@@ -32,7 +32,7 @@ type ResponseMatcher struct {
// If set, each header specified must be one of the
// specified values, with the same logic used by the
- // request header matcher.
+ // [request header matcher](/docs/json/apps/http/servers/routes/match/header/).
Headers http.Header `json:"headers,omitempty"`
}