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