simple-request 0.1.1

A simple HTTP(S) request library
Documentation
1
2
3
4
5
6
7
# 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.