serai/common/request
Luke Parker 6efc313d76
Add/update msrv for common/*, crypto/*, coins/*, and substrate/*
This includes all published crates.
2023-11-21 01:19:40 -05:00
..
src Make TLS an optional feature of simple-request 2023-11-15 17:24:11 -05:00
Cargo.toml Add/update msrv for common/*, crypto/*, coins/*, and substrate/* 2023-11-21 01:19:40 -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.