hypertyper

Crates.iohypertyper
lib.rshypertyper
version0.3.0
created_at2025-10-13 17:35:15.036275+00
updated_at2025-11-22 19:57:09.880602+00
descriptionUseful types and idioms for building HTTP/S clients
homepage
repositoryhttps://github.com/mdippery/hypertyper
max_upload_size
id1880884
size84,461
Michael Dippery (mdippery)

documentation

https://docs.rs/hypertyper

README

Hypertyper

Hypertyper is a collection of useful types and idioms for building HTTP/S clients. It provides convenient ways to build and use HTTP/S clients. Configure an HTTPClientFactory once and use it to produce as many HTTPClient instances as needed. Use HTTPResult to provide a common way to return HTTP response bodies or errors, and wrap HTTP errors in a common HTTPError enum to unify your HTTP response handling.

Under the hood, Hypertyper uses the excellent reqwest library to satisfy all your HTTP needs.

Hypertyper was created to wrap the most common HTTP-related code into a common interface usable across libraries and applications. It is a rapidly-evolving project that will grow to encapsulate the most common HTTP types, idioms, and operations, allowing you to focus on the specific needs of your applications.

Commit count: 0

cargo fmt