HttpRouteMatchResponse

data class HttpRouteMatchResponse(val caseSensitive: Boolean? = null, val path: String? = null, val pathSeparatedPrefix: String? = null, val prefix: String? = null)

Criteria to match on

Constructors

Link copied to clipboard
constructor(caseSensitive: Boolean? = null, path: String? = null, pathSeparatedPrefix: String? = null, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caseSensitive: Boolean? = null

path case sensitive, default is true

Link copied to clipboard
val path: String? = null

match on exact path

Link copied to clipboard

match on all prefix's. Not exact

Link copied to clipboard
val prefix: String? = null

match on all prefix's. Not exact