HttpRouteMatchPathResponse

data class HttpRouteMatchPathResponse(val rewrite: String? = null, val type: String, val value: String)

Path to match for routing.

Constructors

Link copied to clipboard
constructor(rewrite: String? = null, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val rewrite: String? = null

replacement string for matched part of the Uri.

Link copied to clipboard

how to match value in the Uri

Link copied to clipboard

Uri path to match for request.