Route Spec Http Route Match
data class RouteSpecHttpRouteMatch(val headers: List<RouteSpecHttpRouteMatchHeader>? = null, val method: String? = null, val port: Int? = null, val prefix: String, val scheme: String? = null)
Constructors
Link copied to clipboard
fun RouteSpecHttpRouteMatch(headers: List<RouteSpecHttpRouteMatchHeader>? = null, method: String? = null, port: Int? = null, prefix: String, scheme: String? = null)