diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
parseRoute
diamond
controllers
rest
parser
Parses a special route.
package
static if
(
isWeb
)
RoutePart
[]
parseRoute
(
string
route
)
Parameters
route
string
The route to parse.
Return Value
Type:
RoutePart
[]
The parts of the route.
Meta
Source
See Implementation
diamond
controllers
rest
parser
functions
parseRoute
Parses a special route.