deboa-smol 0.1.1

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(crate) mod dns;
pub mod dns;
pub mod http;
#[cfg(feature = "websockets")]
pub mod ws;