deboa 0.0.9

A friendly rest client on top of hyper.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "http1")]
pub(crate) mod http1;

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

pub mod stream;

pub(crate) mod executor;