Package-level declarations

Functions

Link copied to clipboard
fun checkedCoroutineHandler(requestHandler: suspend (RoutingContext) -> Unit): Route

Like coroutineHandler and calls RoutingContext.fail if a Throwable is thrown in requestHandler.

Link copied to clipboard
fun coroutineHandler(requestHandler: suspend (RoutingContext) -> Unit): Route

Like Route.handler but with a suspend function as requestHandler.