handle

abstract fun handle(body: RoutingHandler)(source)

Installs a handler into this route which is called when the route is selected for a call.

Report a problem