zjhttpc 0.10.0

HTTP client made by Jinhui ZHANG. Aims at easy to use, with special features I want
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod body;
pub mod client;
pub mod content_type;
pub mod cookie;
pub mod error;
pub use error::{Result, ZjhttpcError};
pub mod header;
pub mod methods;
pub mod misc;
pub mod proxy;
pub mod requestx;
pub mod response;
pub mod sse;
pub mod stream;

pub use url;