``` fun router(routes: List<PathMatchingHttpHan...
# intellij
n
Copy code
fun router(routes: List<PathMatchingHttpHandler>): HttpHandler =
    fun (request: Request): Response =
        ... do the routing