RoutingResolveContext
class RoutingResolveContext
Represents a context in which routing resolution is being performed
Parameters
routing
- root node for resolution to start at
call
- instance of ApplicationCall to use during resolution
Constructors
RoutingResolveContext( Represents a context in which routing resolution is being performed |
Properties
val call: ApplicationCall instance of ApplicationCall to use during resolution |
|
val routing: Route root node for resolution to start at |
|
List of path segments parsed out of a call |
Functions
fun resolve(): RoutingResolveResult Executes resolution procedure in this context and returns RoutingResolveResult |