GetListenerRuleConditionHttpHeader

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

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): GetListenerRuleConditionHttpHeader