Struct hyper::http::message::RequestHead [−][src]
Expand description
Describes a request.
Fields
headers: HeadersThe headers of the request
method: MethodThe method of the request
url: UrlThe 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