RouteSpecHttpRouteMatchPath

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exact: String? = null

Header value sent by the client must match the specified value exactly.

Link copied to clipboard
val regex: String? = null

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