GatewayRouteSpecHttp2RouteMatch

data class GatewayRouteSpecHttp2RouteMatch(val hostname: GatewayRouteSpecHttp2RouteMatchHostname? = null, val port: Int? = null, val prefix: String? = null)

Constructors

Link copied to clipboard
fun GatewayRouteSpecHttp2RouteMatch(hostname: GatewayRouteSpecHttp2RouteMatchHostname? = null, port: Int? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Host name to rewrite.

Link copied to clipboard
val port: Int? = null

The port number to match from the request.

Link copied to clipboard
val prefix: String? = null

Specified beginning characters to rewrite.