deboa-tokio 0.1.0

A friendly rest client on top of hyper.
1
2
3
4
5
6
7
pub(crate) const SKIP_CERT_VERIFICATION: bool = cfg!(feature = "native-tls");

mod client;
mod form;
mod helpers;
mod request;
mod response;