Crates.io | simple-request |
lib.rs | simple-request |
version | 0.1.0 |
source | src |
created_at | 2023-11-06 14:21:23.021689 |
updated_at | 2024-09-20 00:59:40.866599 |
description | A simple HTTP(S) request library |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/common/simple-request |
max_upload_size | |
id | 1026959 |
size | 13,841 |
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.