Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 620 Bytes

File metadata and controls

18 lines (16 loc) · 620 Bytes

LbHttpRequestUriCondition

Properties

Name Type Description Notes
matchType MatchTypeEnum Match type of URI [optional]
uri String A string used to identify resource
caseSensitive Boolean If true, case is significant when comparing URI. [optional]

Enum: MatchTypeEnum

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