coroutineHandlerInline
inline fun Route.coroutineHandlerInline(crossinline requestHandler: suspend (RoutingContext) -> Unit): Route(source)
The inline version of coroutineHandler, which might be slightly faster but can also make the stack trace difficult to debug.