GetRouteSpecHttpRouteMatch

data class GetRouteSpecHttpRouteMatch(val headers: List<GetRouteSpecHttpRouteMatchHeader>, val method: String, val paths: List<GetRouteSpecHttpRouteMatchPath>, val port: Int, val prefix: String, val queryParameters: List<GetRouteSpecHttpRouteMatchQueryParameter>, val scheme: String)

Constructors

Link copied to clipboard
constructor(headers: List<GetRouteSpecHttpRouteMatchHeader>, method: String, paths: List<GetRouteSpecHttpRouteMatchPath>, port: Int, prefix: String, queryParameters: List<GetRouteSpecHttpRouteMatchQueryParameter>, scheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard