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 rewrite.

Link copied to clipboard

Client request path to match on.

Link copied to clipboard
val port: Int? = null

The port number that corresponds to the target for Virtual Service provider port. This is required when the provider (router or node) of the Virtual Service has multiple listeners.

Link copied to clipboard
val prefix: String? = null

Specified beginning characters to rewrite.

Link copied to clipboard

Client request query parameters to match on.