Crates.io | qiniu-http |
lib.rs | qiniu-http |
version | 0.2.4 |
source | src |
created_at | 2019-11-06 01:45:45.430863 |
updated_at | 2023-12-26 07:24:18.969265 |
description | Qiniu HTTP Interface for Rust |
homepage | https://www.qiniu.com |
repository | https://github.com/qiniu/rust-sdk.git |
max_upload_size | |
id | 178479 |
size | 68,236 |
为更高层的 HTTP 客户端提供基础 HTTP 请求接口 HttpCaller
(同时提供阻塞接口和异步接口,异步接口则需要启用 async
功能),
使不同的 HTTP 客户端基于相同的接口实现,
以便于七牛 API 调用层可以灵活切换 HTTP 客户端实现。
该接口库只关注 HTTP 调用相关逻辑,不包含七牛 API 调用相关逻辑。
[dependencies]
qiniu-http = "0.2.1"
[dependencies]
qiniu-http = { version = "0.2.1", features = ["async"] }
1.70.0
This project is licensed under the MIT license.