File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -988,11 +988,11 @@ type HTTPHeader struct {
988
988
}
989
989
990
990
// HTTPHeaderFilter defines a filter that modifies the headers of an HTTP
991
- // request or response. Only one action for a given header name is permitted.
992
- // Filters specifying multiple actions of the same or different type for any one
993
- // header name are invalid and will be rejected by CRD validation.
994
- // Configuration to set or add multiple values for a header must use RFC 7230
995
- // header value formatting, separating each value with a comma.
991
+ // request or response. Only one action for a given header name is
992
+ // permitted. Filters specifying multiple actions of the same or different
993
+ // type for any one header name are invalid. Configuration to set or add
994
+ // multiple values for a header must use RFC 7230 header value formatting,
995
+ // separating each value with a comma.
996
996
type HTTPHeaderFilter struct {
997
997
// Set overwrites the request with the given header (name, value)
998
998
// before the action.
You can’t perform that action at this time.
0 commit comments