class Maze::Router::FixedSegment(T)
- Maze::Router::FixedSegment(T)
- Maze::Router::Segment(T)
- Reference
- Object
Overview
Represents a must-match url segment.
In the url /products/:23/*
, the first segment, products
is a fixed segment.
Represents a must-match url segment.
In the url /products/:23/*
, the first segment, products
is a fixed segment.
Maze::Router::Segment(T)
Maze::Router::Segment(T)
Maze::Router::Segment(T)