product-os-request

Crates.ioproduct-os-request
lib.rsproduct-os-request
version0.0.38
sourcesrc
created_at2023-08-20 05:42:27.61232
updated_at2024-06-12 06:55:55.427451
descriptionProduct 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
id949186
size57,572
Jeremy (eremyjay)

documentation

README

Product OS : Request

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.

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 : Request.

cargo add product-os-request

or add Product OS : Request to your cargo.toml [packages] section.

product-os-request = { version = "0.0.38", features = [], default-features = true, optional = false }

Features

Product OS Request supports a number of features leveraging the existing Rust libraries of Reqwest and Ureq including:

  • Default support for HTTPS / TLS using Rustls
  • A requester concept for managing multiple requests
  • One-time request support
  • Sync and async requests
  • Customer Request and Response structs
  • Helpers for managing conditions such as managing specific trusted certificates
  • Helpers for defining redirect policies
  • Requester build flows to ensure specific settings are defined
  • 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

Commit count: 0

cargo fmt