Crate httpbis [] [src]

Reexports

pub use solicit::HttpScheme;
pub use solicit::HttpError;
pub use solicit::header::Header;
pub use solicit::header::Headers;

Modules

assert_types
bytesx
client
client_conf
client_conn
for_test
futures_misc
hpack

A module implementing HPACK functionality. Exposes a simple API for performing the encoding and decoding of header sets, according to the HPACK spec.

http_common
message
misc
server
server_conf
server_conn
solicit

The module implements the framing layer of HTTP/2 and exposes an API for using it.

solicit_async
solicit_misc