deboa-tokio 0.1.0

A friendly rest client on top of hyper.
1
2
3
4
5
6
7
/// DNS resolution for the Deboa HTTP client.
///
/// This module provides DNS resolution functionality for the Deboa HTTP client.
pub mod dns;
pub mod http;
#[cfg(feature = "websockets")]
pub mod ws;