serai/common/request
Luke Parker 065d314e2a
Further expand clippy workspace lints
Achieves a notable amount of reduced async and clones.
2023-12-17 00:04:49 -05:00
..
src Further expand clippy workspace lints 2023-12-17 00:04:49 -05:00
Cargo.toml Add workspace lints 2023-12-17 00:04:47 -05:00
LICENSE Replace reqwest with simple-request 2023-11-06 09:47:12 -05:00
README.md Replace reqwest with simple-request 2023-11-06 09:47:12 -05:00

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.