hyper 0.11.7

A modern HTTP library.
Documentation
//! Wrappers to build compatibility with the `http` crate.

pub use super::compat_impl::{
    CompatClient,
    CompatFutureResponse
};