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

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

Describes a request.

Fields

The headers of the request

The method of the request

The URL of the request

Trait Implementations

impl Clone for RequestHead
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RequestHead
[src]

Formats the value using the given formatter.