GetListenerRuleConditionHttpHeader

data class GetListenerRuleConditionHttpHeader(val httpHeaderName: String, val values: List<String>)

Constructors

Link copied to clipboard
constructor(httpHeaderName: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the HTTP header to match.

Link copied to clipboard

Set of key-value pairs indicating the query string parameters to match.