deboa 0.0.6

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

pub mod stream;