Sparkle.Uri Namespace
Classes
| Name | Description |
|---|---|
| TUri | Parses a URI string into its components and exposes both the decoded and original (encoded) forms of the path, query, fragment, and segments. |
| TUriSegmentStack | A cursor over an ordered list of URI path segments, supporting look-ahead and forward/backward navigation. |
| UriBadFormat​Exception | Exception raised when a URI string cannot be parsed because of an invalid format. |
Interfaces
| Name | Description |
|---|---|
| IUri | Represents a parsed URI, exposing its individual components. |