hyper 1.0.0-rc.4

A fast and correct HTTP library.
Documentation
1
2
3
4
5
6
7
#[cfg(any(feature = "http2", test))]
mod compat;
mod rewind;

#[cfg(any(feature = "http2", test))]
pub(crate) use self::compat::{compat, Compat};
pub(crate) use self::rewind::Rewind;