Documentation
1
2
3
4
5
6
// 协议
pub static ACCEPT: &str = "Accept";
// 请求头字段
pub static AUTHORIZATION: &str = "Authorization";
// http请求超时时间 30秒
pub static TIMEOUT: u64 = 30;