natpryce
fun router(routes: List<PathMatchingHttpHandler>) = object : HttpHandler { operator fun invoke(request: Request): Response = ... do the routing ... }