INPUT_OBJECT
KubernetesKindHTTPRouteSpecRulesFiltersResponseHeaderModifierAddInput
HTTPHeader represents an HTTP Header name and value as defined by RFC 7230.
link GraphQL Schema definition
- input KubernetesKindHTTPRouteSpecRulesFiltersResponseHeaderModifierAddInput {
- # Name is the name of the HTTP Header to be matched. Name matching MUST be case
- # insensitive. (See https://tools.ietf.org/html/rfc7230#section-3.2).
- #
- # If multiple entries specify equivalent header names, the first entry with an
- # equivalent name MUST be considered for a match. Subsequent entries with an
- # equivalent header name MUST be ignored. Due to the case-insensitivity of header
- # names, "foo" and "Foo" are considered equivalent.
- String :
- # Value is the value of HTTP Header to be matched.
- String :
- }