Struct http::uri::Parts [−][src]
The various parts of a URI.
This struct is used to provide to and retrieve from a URI.
Fields
scheme: Option<Scheme>
The scheme component of a URI
The authority component of a URI
path_and_query: Option<PathAndQuery>
The origin-form component of a URI
Trait Implementations
impl Debug for Parts
[src]
[+]
impl Debug for Parts
impl Default for Parts
[src]
[+]
impl Default for Parts
impl HttpTryFrom<Parts> for Uri
[src]
[+]
impl HttpTryFrom<Parts> for Uri
impl From<Uri> for Parts
[src]
[+]
impl From<Uri> for Parts