Skip to content

Commit

Permalink
document multi-value headers as undefined
Browse files Browse the repository at this point in the history
For #213
  • Loading branch information
hbagdi committed Aug 11, 2021
1 parent 73456c6 commit 292a25e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/v1alpha2/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ type HTTPHeaderMatch struct {
// case-insensitivity of header names, "foo" and "Foo" are considered
// equivalent.
//
// Matching behavior for headers with multiple values (like `Forwarded-for`)
// is not defined by this spec.
//
// +kubebuilder:validation:MinLength=1
// +kubebuilder:validation:MaxLength=256
Name string `json:"name"`
Expand Down

0 comments on commit 292a25e

Please sign in to comment.