[−][src]Module rocket_http::uri
Types for URIs and traits for rendering URI components.
Structs
| Absolute | A URI with a scheme, authority, path, and query:
|
| Authority | A URI with an authority only: |
| Error | Error emitted on URI parse failure. |
| Formatter | A struct used to format strings for |
| Origin | A URI with an absolute path and optional query: |
| Segments | Iterator over the segments of an absolute URI path. Skips empty segments. |
Enums
| Path | Marker type indicating use of a type for the path |
| Query | Marker type indicating use of a type for the query |
| SegmentError | Errors which can occur when attempting to interpret a segment string as a valid path segment. |
| Uri | An |
Traits
| FromUriParam | Conversion trait for parameters used in |
| Ignorable | Trait implemented by types that can be ignored in |
| UriDisplay | Trait implemented by types that can be displayed as part of a URI in
|
| UriPart | Marker trait for types that mark a part of a URI. |