Rule Http Match
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)