ktor-server-core / io.ktor.routing / PathSegmentTailcardRouteSelector / <init>

<init>

PathSegmentTailcardRouteSelector(name: String = "", prefix: String = "", hasTrailingSlash: Boolean) PathSegmentTailcardRouteSelector(name: String = "", prefix: String = "")

Evaluates a route against any number of trailing path segments, and captures their values

Parameters

name - is the name of the parameter to capture values to