6个版本
0.0.7 | 2024年4月18日 |
---|---|
0.0.6 | 2024年4月17日 |
0.0.3 | 2023年12月25日 |
#93 in HTTP客户端
每月261次下载
用于 15 个Crate(直接使用7个)
375KB
5.5K SLoC
Product OS : Http
Product OS : Http是http crate的衍生品,重新构建以支持std和无std环境。
什么是Product OS?
Product OS是一组包的集合,提供不同的工具和功能,可以在Rust生态系统中更轻松地构建产品。
安装
使用Rust包管理器cargo安装Product OS : Http。
cargo add product-os-http
或者将Product OS : Http添加到您的cargo.toml [packages]
部分。
product-os-http = { version = "0.0.7", features = [], default-features = true, optional = false }
功能
Product OS Http支持多个功能,利用http crate的框架
- 使用默认选择的std http crate
- 支持仅具有alloc环境的no_std
// Feature samples TODO
使用方法
// Examples TODO
贡献
目前尚无贡献,但很快将在公共仓库中提供。
许可证
依赖项
~175–330KB