class Maze::Router::GlobSegment(T)
- Maze::Router::GlobSegment(T)
- Maze::Router::Segment(T)
- Reference
- Object
Overview
Represents a "match anything" url segment.
In the url /products/:23/∗, the first segment, ∗ is a glob segment.
Represents a "match anything" url segment.
In the url /products/:23/∗, the first segment, ∗ is a glob segment.
Maze::Router::Segment(T)Maze::Router::Segment(T)Maze::Router::Segment(T)