| Crates.io | simple-request |
| lib.rs | simple-request |
| version | 0.2.0 |
| created_at | 2023-11-06 14:21:23.021689+00 |
| updated_at | 2025-09-18 22:21:05.792067+00 |
| description | A simple HTTP(S) request library |
| homepage | |
| repository | https://github.com/serai-dex/serai/tree/develop/common/request |
| max_upload_size | |
| id | 1026959 |
| size | 31,993 |
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.