Modules§
- form_
urlencoded - Parser and serializer for the
application/x-www-form-urlencoded
syntax, as used by HTML forms.
Structs§
- Opaque
Origin - Opaque identifier for URLs that have file or other schemes
- Parse
Options - Full configuration for the URL parser.
- Path
Segments Mut - Exposes methods to manipulate the path of an URL that is not cannot-be-base.
- Unrestrictive
Url - A small wrapper around
url::Url
that allows free URL modifications. - Url
- A parsed URL record.
- UrlQuery
- Implementation detail of
Url::query_pairs_mut
. Typically not used directly.
Enums§
- Host
- The host name of an URL.
- Origin
- The origin of an URL
- Parse
Error - Errors that can occur during parsing.
- Position
- Indicates a position within a URL based on its components.
- Syntax
Violation - Non-fatal syntax violations that can occur during parsing.