Struct hyper::http::message::RequestHead [−][src]
Expand description
Describes a request.
Fields
headers: Headers
The headers of the request
method: Method
The method of the request
url: Url
The URL of the request
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RequestHead
impl Send for RequestHead
impl !Sync for RequestHead
impl Unpin for RequestHead
impl !UnwindSafe for RequestHead
Blanket Implementations
Mutably borrows from an owned value. Read more