GatewayRouteSpecHttp2RouteMatchHeaderMatch

data class GatewayRouteSpecHttp2RouteMatchHeaderMatch(val exact: String? = null, val prefix: String? = null, val range: GatewayRouteSpecHttp2RouteMatchHeaderMatchRange? = null, val regex: String? = null, val suffix: String? = null)

Constructors

fun GatewayRouteSpecHttp2RouteMatchHeaderMatch(exact: String? = null, prefix: String? = null, range: GatewayRouteSpecHttp2RouteMatchHeaderMatchRange? = null, regex: String? = null, suffix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exact: String? = null

Value used to replace matched path.

Link copied to clipboard
val prefix: String? = null

Specified beginning characters to rewrite.

Link copied to clipboard

Object that specifies the range of numbers that the header value sent by the client must be included in.

Link copied to clipboard
val regex: String? = null

Header value sent by the client must include the specified characters.

Link copied to clipboard
val suffix: String? = null

Header value sent by the client must end with the specified characters.