Module hyper::http::h2 [] [src]

Adapts the solicit-provided HTTP/2 implementation into the HttpMessage API.

Structs

Http2Message

An implementation of the HttpMessage trait for HTTP/2.

Http2Protocol

The Protocol implementation that provides HTTP/2 messages (i.e. Http2Message).

Traits

CloneableStream

A trait alias representing all types that are both NetworkStream and Clone.

Functions

new_protocol

A convenience method that creates a default Http2Protocol that uses a net::HttpConnector (which produces an HttpStream for the underlying transport layer).