deboa 0.1.0-beta.15

A friendly rest client on top of hyper.
1
2
3
4
5
6
7
#[cfg(any(feature = "smol-rust-tls", feature = "smol-native-tls"))]
pub(crate) mod tls;

pub mod stream;

#[cfg(feature = "http2")]
pub(crate) mod executor;