GatewayRouteSpecHttpRouteMatch

data class GatewayRouteSpecHttpRouteMatch(val headers: List<GatewayRouteSpecHttpRouteMatchHeader>? = null, val hostname: GatewayRouteSpecHttpRouteMatchHostname? = null, val path: GatewayRouteSpecHttpRouteMatchPath? = null, val port: Int? = null, val prefix: String? = null, val queryParameters: List<GatewayRouteSpecHttpRouteMatchQueryParameter>? = null)

Constructors

Link copied to clipboard
constructor(headers: List<GatewayRouteSpecHttpRouteMatchHeader>? = null, hostname: GatewayRouteSpecHttpRouteMatchHostname? = null, path: GatewayRouteSpecHttpRouteMatchPath? = null, port: Int? = null, prefix: String? = null, queryParameters: List<GatewayRouteSpecHttpRouteMatchQueryParameter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client request headers to match on.

Link copied to clipboard

Host name to match on.

Link copied to clipboard

Client request path to match on.

Link copied to clipboard
val port: Int? = null

The port number to match from the request.

Link copied to clipboard
val prefix: String? = null

Path to match requests with. This parameter must always start with /, which by itself matches all requests to the virtual service name.

Link copied to clipboard

Client request query parameters to match on.