Crate simple_request
source ·Expand description
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.
Re-exports
pub use hyper;
Structs
- Represents an HTTP request.