requests2 0.1.62

simple http client by rust
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy)]
pub enum Proxies {
    /// 自定义代理
    STR(&'static str),
    /// 不带任何请求头
    None,
}