RoutingHandler

typealias RoutingHandler = suspend RoutingContext.() -> Unit(source)

A function that handles a RoutingCall.

Report a problem