TemplateSegment Type
A discriminated union that represents the different types of segments that a URL can have
Union cases
Union case | Description |
|
Example/users/:id will have the segments [ Plain "users"; ParamSegment ("id", String) ] |
Full Usage:
Plain string
Parameters:
string
|