arios 0.1.1

A small HTTP client crate built as a learning project
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod error;
pub mod response;

pub use client::{Arios, ContentType};
pub use error::{AriosError, AriosResult};
pub use response::AriosResponse;