ListenerRuleMatchHttpMatchHeaderMatchMatch

data class ListenerRuleMatchHttpMatchHeaderMatchMatch(val contains: String? = null, val exact: String? = null, val prefix: String? = null)

Constructors

constructor(contains: String? = null, exact: String? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contains: String? = null

Specifies a contains type match.

Link copied to clipboard
val exact: String? = null

Specifies an exact type match.

Link copied to clipboard
val prefix: String? = null

Specifies a prefix type match. Matches the value with the prefix.