param

fun Routing.param(name: String, value: String, build: Routing.() -> Unit): Routing

Builds a route to match a parameter with the specified name and value.

See also


fun Routing.param(name: String, build: Routing.() -> Unit): Routing

Builds a route to match a parameter with the specified name and captures its value.

See also