Dispatches request processing by route entry name.
Builds a route processing handler that selects a route handler to dispatch to accordingly to the name of the first route entry.
Target route handler receives a route tail without first entry.
Supported route processing means.
A map of request processing handlers for corresponding route entry names.
New route processing handler.
Generated using TypeDoc
Dispatches request processing by route entry name.
Builds a route processing handler that selects a route handler to dispatch to accordingly to the name of the first route entry.
Target route handler receives a route tail without first entry.