hyper 0.11.7

A modern HTTP library.
Documentation
1
2
3
4
5
6
7
//! Wrappers to build compatibility with the `http` crate.

pub use super::compat_impl::{
    CompatFuture,
    CompatService,
    NewCompatService
};