serai/common/request
Luke Parker 93be7a3067
Latest hyper-rustls, remove async-recursion
I didn't remove async-recursion when I updated the repo to 1.77 as I forgot we
used it in the tests. I still had to add some Box::pins, which may have been a
valid option, on the prior Rust version, yet at least resolves everything now.

Also updates everything which doesn't introduce further depends.
2024-03-27 00:17:04 -04:00
..
src Resolve latest clippy and a couple no longer needed fmt notes 2024-01-22 22:13:37 -05:00
Cargo.toml Latest hyper-rustls, remove async-recursion 2024-03-27 00:17:04 -04: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.