RoutingContext

class RoutingContext(val call: RoutingCall, val coroutineContext: CoroutineContext) : CoroutineScope

The context of a RoutingHandler that is used to handle a RoutingCall.

Constructors

Link copied to clipboard
constructor(call: RoutingCall, coroutineContext: CoroutineContext)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard