RuleHttpMatch

data class RuleHttpMatch(val headerMatches: List<RuleHeaderMatch>? = null, val method: RuleHttpMatchMethod? = null, val pathMatch: RulePathMatch? = null)

Constructors

Link copied to clipboard
constructor(headerMatches: List<RuleHeaderMatch>? = null, method: RuleHttpMatchMethod? = null, pathMatch: RulePathMatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The header matches. Matches incoming requests with rule based on request header value before applying rule action.

Link copied to clipboard

The HTTP method type.

Link copied to clipboard

The path match.