Struct hyper::http::message::ResponseHead [] [src]

pub struct ResponseHead {
    pub headers: Headers,
    pub raw_status: RawStatus,
    pub version: HttpVersion,
}
[]

Describes a response.

Fields

[]

The headers of the reponse

[]

The raw status line of the response

[]

The HTTP/2 version which generated the response

Trait Implementations

impl Clone for ResponseHead
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for ResponseHead
[src]

[]

Formats the value using the given formatter.