Gateway Route Spec Http2Route Match
data class GatewayRouteSpecHttp2RouteMatch(val headers: List<GatewayRouteSpecHttp2RouteMatchHeader>? = null, val hostname: GatewayRouteSpecHttp2RouteMatchHostname? = null, val path: GatewayRouteSpecHttp2RouteMatchPath? = null, val port: Int? = null, val prefix: String? = null, val queryParameters: List<GatewayRouteSpecHttp2RouteMatchQueryParameter>? = null)
Constructors
Link copied to clipboard
constructor(headers: List<GatewayRouteSpecHttp2RouteMatchHeader>? = null, hostname: GatewayRouteSpecHttp2RouteMatchHostname? = null, path: GatewayRouteSpecHttp2RouteMatchPath? = null, port: Int? = null, prefix: String? = null, queryParameters: List<GatewayRouteSpecHttp2RouteMatchQueryParameter>? = null)