simple-request-mirror

Crates.iosimple-request-mirror
lib.rssimple-request-mirror
version0.1.0
sourcesrc
created_at2024-09-22 03:45:41.750848
updated_at2024-09-22 03:45:41.750848
descriptionA simple HTTP(S) request library. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible.
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/common/simple-request
max_upload_size
id1382710
size14,311
sneurlax (sneurlax)

documentation

README

Simple Request

A simple alternative to reqwest, supporting HTTPS, intended to support a majority of use cases with a fraction of the dependency tree.

This library is built directly around hyper, hyper-rustls, and does require tokio. Support for async-std would be welcome.

Commit count: 1740

cargo fmt