Crate ttpkit_url

Crate ttpkit_url 

Source
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§

UrlParseError
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.