General minor improvements to docs

This commit is contained in:
Matthew Holt
2021-09-24 18:31:01 -06:00
parent 3336faf254
commit 501da21f20
9 changed files with 46 additions and 35 deletions

View File

@ -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"`
}