Routing
A root routing node of an Application. You can learn more about routing in Ktor from Routing.
Parameters
application
is an instance of Application for this routing node.
Constructors
Types
Link copied to clipboard
An installation object of the Routing plugin.
Functions
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
Installs a handler into this route which is called when the route is selected for a call.
Link copied to clipboard
Link copied to clipboard
Registers a function used to trace route resolution. Might be useful if you need to understand why a route isn't executed. To learn more, see Tracing routes.