patron 0.2.1

A wrapper around the hyper.rs library to allow for targeted clients to specific remote APIs. This library should be useful on it's own or as a building block for specific remote API wrappers.
1
2
3
4
5
6
pub use self::response::Response;
pub use self::types::Types;


mod response;
mod types;