Struct hyper::http::message::ResponseHead [−][src]
pub struct ResponseHead {
pub headers: Headers,
pub raw_status: RawStatus,
pub version: HttpVersion,
}
Expand description
Describes a response.
Fields
headers: Headers
The headers of the reponse
raw_status: RawStatus
The raw status line of the response
version: HttpVersion
The HTTP/2 version which generated the response
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ResponseHead
impl Send for ResponseHead
impl !Sync for ResponseHead
impl Unpin for ResponseHead
impl !UnwindSafe for ResponseHead
Blanket Implementations
Mutably borrows from an owned value. Read more