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