zjhttpc 0.9.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


#[derive(Clone)]
pub enum HttpVersion {
    V1_0,
    V1_1,
}

#[derive(Clone, Debug)]
pub enum TrustStorePem {
    Bytes(Vec<u8>),
    Path(std::path::PathBuf),
}