Expand description
URL representation.
Re-exports§
pub use self::query::QueryDict;
Modules§
- query
- Query string parsing and serialization.
Structs§
- Url
- URL representation.
- UrlEncoded
- URL-encoded data.
Enums§
- UrlParse
Error - URL parse error.
Traits§
- IntoUrl
- A common trait for types that can be converted into URL.
Functions§
- url_
decode - Decode URL-encoded data.
- url_
encode - URL-encode given data.