#product-os #http #derivative #environments #std #ecosystem #packages

no-std product-os-http

Product OS : Http is a derivative of the http crate restructured for both std and no_std environments

6 releases

0.0.7 Apr 18, 2024
0.0.6 Apr 17, 2024
0.0.3 Dec 25, 2023

#101 in HTTP client

Download history 35/week @ 2024-01-04 48/week @ 2024-01-11 25/week @ 2024-01-18 22/week @ 2024-01-25 12/week @ 2024-02-01 29/week @ 2024-02-08 45/week @ 2024-02-15 105/week @ 2024-02-22 86/week @ 2024-02-29 53/week @ 2024-03-07 63/week @ 2024-03-14 76/week @ 2024-03-21 108/week @ 2024-03-28 187/week @ 2024-04-04 262/week @ 2024-04-11 313/week @ 2024-04-18

878 downloads per month
Used in 15 crates (6 directly)

AGPL-3.0-only

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

GNU AGPLv3

Dependencies

~170–325KB