RouteSpecHttpRouteMatchPath

data class RouteSpecHttpRouteMatchPath(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

Value sent by the client must match the specified value exactly. Must be between 1 and 255 characters in length.

Link copied to clipboard
val regex: String? = null

Value sent by the client must include the specified characters. Must be between 1 and 255 characters in length.