public class Segment
A segment in an HTTP route; a segment represents the part of a route between two slashes, for example the route
/foo/bar contains two segments, one for foo and one for bar.
| Modifier and Type | Class and Description |
|---|---|
static class |
Segment.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Segment.Companion |
Companion |
public static Segment.Companion Companion