KVRoute

constructor(routeFormat: String, handler: (Any) -> Unit? = null, annotations: Set<RouteAnnotation> = emptySet(), matcher: RouteMatcher = RouteMatcher.create(routeFormat))(source)