Http Route Match Rule Response
data class HttpRouteMatchRuleResponse(val headers: List<HttpRouteMatchHeaderResponse>? = null, val path: HttpRouteMatchPathResponse)
Describes a rule for http route matching.
Describes a rule for http route matching.