基于 Ureq 库提供 HTTP 客户端接口实现,仅提供阻塞接口的实现,不提供异步接口的实现。
pub use qiniu_http as http;
pub use ureq;
Ureq 客户端
请求超时时长扩展