hyper 0.13.7

A fast and correct HTTP library.
Documentation
//! Runtime components
//!
//! By default, hyper includes the [tokio](https://tokio.rs) runtime.
//!
//! If the `runtime` feature is disabled, the types in this module can be used
//! to plug in other runtimes.

pub use crate::common::Executor;