Multiplatform Ktor schema declaration • opensavvy.spine.api • Path • Segment
Segment¶
A single segment of a URL Path.
The text must be a non-empty string and must not contain the '/' character. Invalid values are rejected with an IllegalArgumentException.
Constructors¶
Segment¶
constructor(text: String)