Struct http_req::url::Url[][src]

pub struct Url { /* fields omitted */ }

Methods

impl Url
[src]

Returs scheme

Returs information about the user

Returs host

Returs port. If it hasn't been set in the parsed Url, returns default port

Returs path

Returs query

Returs fragment

Trait Implementations

impl FromStr for Url
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Url

impl Sync for Url