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. Default is false.

Link copied to clipboard

The header match type. See Header Match match Block for details.

Link copied to clipboard

The name of the header.