zjhttpc 0.9.3

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
pub const GET: &'static str = "GET";
pub const PUT: &'static str = "PUT";
pub const DELETE: &'static str = "DELETE";
pub const POST: &'static str = "POST";
pub const OPTIONS: &'static str = "OPTIONS";
pub const HEAD: &'static str = "HEAD";
pub const CONNECT: &'static str = "CONNECT";