InlineLBHttpRequestHeaderCondition1
InlineLBHttpRequestHeaderCondition1
JSON Example
{
"case_sensitive": false,
"header_name": "string",
"header_value": "string",
"match_type": "string"
}
boolean
case_sensitive
Optional
If true, case is significant when comparing HTTP header value.
string
header_name
Optional
Name of HTTP header
string
header_value
Required
Value of HTTP header
string
match_type
Optional
Match type of HTTP header value
Possible values are : STARTS_WITH, ENDS_WITH, EQUALS, CONTAINS, REGEX,