ListenerRuleMatchHttpMatchHeaderMatch

data class ListenerRuleMatchHttpMatchHeaderMatch(val caseSensitive: Boolean? = null, val match: ListenerRuleMatchHttpMatchHeaderMatchMatch, val name: String)

Constructors

Link copied to clipboard
constructor(caseSensitive: Boolean? = null, match: ListenerRuleMatchHttpMatchHeaderMatchMatch, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

Indicates whether the match is case sensitive. Defaults to false.

Link copied to clipboard
Link copied to clipboard

The name of the header.