Docs.rs
qiniu-ureq-0.2.2
qiniu-ureq 0.2.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bachue
Dependencies
anyhow ^1.0.41
normal
qiniu-http ^0.2.2
normal
ureq ^2.5.0
normal
bytes ^1.0.1
dev
env_logger ^0.8.4
dev
futures ^0.3.16
dev
md-5 ^0.9.1
dev
rand ^0.8.4
dev
tokio ^1
dev
warp ^0.3.1
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate qiniu_ureq
Version 0.2.2
All Items
Re-exports
Structs
?
Crate
qiniu_ureq
source
·
[
−
]
Expand description
qiniu-ureq
七牛 Ureq HTTP 客户端实现
基于 Ureq 库提供 HTTP 客户端接口实现,仅提供阻塞接口的实现,不提供异步接口的实现。
Re-exports
pub use
qiniu_http
as http;
pub use
ureq
;
Structs
Client
Ureq 客户端
TimeoutExtension
请求超时时长扩展