qiniu-http 0.0.5

Qiniu HTTP Interface for Rust
docs.rs failed to build qiniu-http-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: qiniu-http-0.2.4

qiniu-http

七牛 HTTP 客户端接口库

为更高层的 HTTP 客户端提供基础 HTTP 请求接口(同时提供阻塞接口和异步接口,异步接口则需要启用 async 功能), 使不同的 HTTP 客户端基于相同的接口实现, 以便于七牛 API 调用层可以灵活切换 HTTP 客户端实现。 该接口库只关注 HTTP 调用相关逻辑,不包含七牛 API 调用相关逻辑。