Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 628 Bytes

File metadata and controls

18 lines (16 loc) · 628 Bytes

LbHttpRequestBodyCondition

Properties

Name Type Description Notes
bodyValue String HTTP request body
matchType MatchTypeEnum Match type of HTTP body [optional]
caseSensitive Boolean If true, case is significant when comparing HTTP body value. [optional]

Enum: MatchTypeEnum

Name Value
STARTS_WITH "STARTS_WITH"
ENDS_WITH "ENDS_WITH"
EQUALS "EQUALS"
CONTAINS "CONTAINS"
REGEX "REGEX"