Routing
Root routing node for an Application
Parameters
application
is an instance of Application for this routing
Constructors
Types
Link copied to clipboard
Installable feature for Routing
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates a child node in this node with a given selector or returns an existing one with the same selector
Link copied to clipboard
Link copied to clipboard
Installs a handler into this route which will be called when the route is selected for a call
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intercept(phase: PipelinePhase, block: suspend PipelineContext<Unit, ApplicationCall>.(Unit) -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Register a route resolution trace function. See https://ktor.io/servers/features/routing.html#tracing for details