Struct hyper::http::message::RequestHead [] [src]

pub struct RequestHead {
    pub headers: Headers,
    pub method: Method,
    pub url: Url,
}

Describes a request.

Fields

headers

The headers of the request

method

The method of the request

url

The URL of the request

Trait Implementations

Derived Implementations

impl Debug for RequestHead

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for RequestHead

fn clone(&self) -> RequestHead

fn clone_from(&mut self, source: &Self)