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: HeadersThe headers of the reponse
raw_status: RawStatusThe raw status line of the response
version: HttpVersionThe 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