A type of supported route.
A type of route processing means.
Readonly
onA route pattern that should match the route in order to dispatch processing the the handler.
When specified as a string, the pre-configured pattern parser is used to parse it.
Readonly
toOptional
tailExtracts route tail from matching route.
The extracted route tail is passed to the handler.
Route processing context of the matching route.
Extracted tail of the matching route.
Extracts a matching route tail starting from the first capture/wildcard. If no captures or wildcards
present in pattern, then full route extracted.
Generated using TypeDoc
Routing dispatch pattern.
Declares a route handler to delegate request processing to when the route matches target pattern.