RoutingHandler

typealias RoutingHandler = suspend RoutingContext.() -> Unit

A function that handles a RoutingCall.