Struct hyper::http::h1::Http11Protocol [] [src]

pub struct Http11Protocol { /* fields omitted */ }

The Protocol implementation provides HTTP/1.1 messages.

Methods

impl Http11Protocol
[src]

Creates a new Http11Protocol instance that will use the given NetworkConnector for establishing HTTP connections.

Trait Implementations

impl Protocol for Http11Protocol
[src]

Creates a fresh HttpMessage bound to the given host, based on the given protocol scheme.