GatewayRouteSpecHttpRouteMatchPath

data class GatewayRouteSpecHttpRouteMatchPath(val exact: String? = null, val regex: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exact: String? = null

The exact path to match on.

Link copied to clipboard
val regex: String? = null

The regex used to match the path.