Crates.io | product-os-request |
lib.rs | product-os-request |
version | 0.0.39 |
source | src |
created_at | 2023-08-20 05:42:27.61232 |
updated_at | 2024-11-02 10:12:49.666903 |
description | Product OS : Request provides a fully featured HTTP request library combining elements of reqwest and ureq for both sync and async requests with a series of helper methods to allow for easier usage depending upon your needs for one-time or repeat usage. |
homepage | |
repository | |
max_upload_size | |
id | 949186 |
size | 57,767 |
Product OS : Request provides a fully featured HTTP request library combining elements of reqwest and ureq for both sync and async requests with a series of helper methods to allow for easier usage depending upon your needs for one-time or repeat usage.
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.
Use the Rust crate package manager cargo to install Product OS : Request.
cargo add product-os-request
or add Product OS : Request to your cargo.toml [packages]
section.
product-os-request = { version = "0.0.39", features = [], default-features = true, optional = false }
Product OS Request supports a number of features leveraging the existing Rust libraries of Reqwest and Ureq including:
// Feature samples TODO
// Examples TODO
Contributions are not currently available but will be available on a public repository soon.