Struct hyper_sync::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RequestHead
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RequestHead

impl !Sync for RequestHead