Struct hyper::http::h1::Incoming

source ·
pub struct Incoming<S> {
    pub version: HttpVersion,
    pub subject: S,
    pub headers: Headers,
}
Expand description

An Incoming Message head. Includes request/status line, and headers.

Fields§

§version: HttpVersion

HTTP version of the message.

§subject: S

Subject (request line or status line) of Incoming message.

§headers: Headers

Headers of the Incoming message.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Get the TypeId of this object.