deboa-compio 0.1.1

A friendly rest client on top of hyper.
1
2
3
4
5
6
7
8
9
pub(crate) type TestResult<T> = std::result::Result<T, Box<dyn std::error::Error>>;

mod cache;
mod client;
mod form;
mod helpers;
mod request;
mod response;
mod url;