6 releases
0.0.7 | Apr 18, 2024 |
---|---|
0.0.6 | Apr 17, 2024 |
0.0.3 | Dec 25, 2023 |
#96 in HTTP client
237 downloads per month
Used in 15 crates
(7 directly)
375KB
5.5K
SLoC
Product OS : Http
Product OS : Http is a derivative of the http crate restructured for both std and no_std environments.
What is Product OS?
Product OS is a collection of packages that provide different tools and features that can work together to build products more easily for the Rust ecosystem.
Installation
Use the Rust crate package manager cargo to install Product OS : Http.
cargo add product-os-http
or add Product OS : Http to your cargo.toml [packages]
section.
product-os-http = { version = "0.0.7", features = [], default-features = true, optional = false }
Features
Product OS Http supports a number of features leveraging the framework from the http crate:
- Use std http crate with default selection
- Support no_std with alloc only environments
// Feature samples TODO
Usage
// Examples TODO
Contributing
Contributions are not currently available but will be available on a public repository soon.
License
Dependencies
~175–330KB