Crates.io | qiniu-isahc |
lib.rs | qiniu-isahc |
version | 0.2.4 |
source | src |
created_at | 2022-04-07 06:26:00.400485 |
updated_at | 2023-12-26 07:34:56.323488 |
description | Qiniu Isahc based HTTP Interface Implementation for Rust |
homepage | https://www.qiniu.com |
repository | https://github.com/qiniu/rust-sdk.git |
max_upload_size | |
id | 563485 |
size | 43,664 |
基于 Isahc 库提供 HTTP 客户端接口实现(同时实现阻塞接口和异步接口,异步实现则需要启用 async
功能)
不过由于 Isahc 库本身核心是使用异步接口实现,所以即使不启用 async
功能,也会引入异步相关库。
[dependencies]
qiniu-isahc = "0.2.1"
[dependencies]
qiniu-isahc = { version = "0.2.1", features = ["async"] }
1.70.0
This project is licensed under the MIT license.