Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 664 Bytes

File metadata and controls

18 lines (16 loc) · 664 Bytes

LbHttpRequestUriArgumentsCondition

Properties

Name Type Description Notes
uriArguments String URI arguments, aka query string of URI.
matchType MatchTypeEnum Match type of URI arguments [optional]
caseSensitive Boolean If true, case is significant when comparing URI arguments. [optional]

Enum: MatchTypeEnum

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