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§

Client
Full
A body that consists of a single chunk.
Request
Response

Enums§

Error