GatewayRouteSpecHttpRouteMatchHostname

data class GatewayRouteSpecHttpRouteMatchHostname(val exact: String? = null, val suffix: String? = null)

Constructors

Link copied to clipboard
constructor(exact: String? = null, suffix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exact: String? = null

Exact host name to match on.

Link copied to clipboard
val suffix: String? = null

Specified ending characters of the host name to match on.