Functions

Link copied to clipboard
abstract fun match(request: Request): RoutingMatch<R>
Link copied to clipboard
abstract fun withBasePath(prefix: String): RouteMatcher<R, F>
Link copied to clipboard
abstract fun withFilter(new: F): RouteMatcher<R, F>
Link copied to clipboard
abstract fun withRouter(other: Router): RouteMatcher<R, F>