poly

fun poly(vararg routes: RoutingHandler<*, *, *>): PolyHandler(source)
fun poly(routes: List<RoutingHandler<*, *, *>>): PolyHandler(source)