| Crates.io | qiniu-reqwest |
| lib.rs | qiniu-reqwest |
| version | 0.2.4 |
| created_at | 2022-04-07 06:25:15.767935+00 |
| updated_at | 2023-12-26 07:40:11.845872+00 |
| description | Qiniu Reqwest based HTTP Interface Implementation for Rust |
| homepage | https://www.qiniu.com |
| repository | https://github.com/qiniu/rust-sdk.git |
| max_upload_size | |
| id | 563483 |
| size | 34,998 |
基于 Reqwest 库提供 HTTP 客户端接口实现(分别实现阻塞接口和异步接口,异步实现则需要启用 async 功能)
需要注意的是,如果使用阻塞接口,则必须使用 SyncClient,而如果使用异步接口则必须使用 AsyncClient,二者不能混用。
[dependencies]
qiniu-reqwest = "0.2.1"
[dependencies]
qiniu-reqwest = { version = "0.2.1", features = ["async"] }
1.70.0
This project is licensed under the MIT license.