Struct hyper::http::h2::Http2Message
[−]
[src]
pub struct Http2Message<S> where S: CloneableStream {
// some fields omitted
}
An implementation of the HttpMessage
trait for HTTP/2.
Relies on the solicit::http::SimpleClient
for HTTP/2 communication. Adapts both outgoing and
incoming messages to the API that hyper
expects in order to be able to use the message in
the hyper::client
module.