Expand description
HTTP client abstraction and implementations.
We provide out-of-the-box implementations for two crates: Hyper, and Reqwest; both of which are
gated by Cargo features. The HttpClient
trait can alternatively be implemented for any other
client type you need.
Modules§
- reqwest_
client - Implementation for Reqwest.
Traits§
- Http
Client - Abstraction of the parts of a HTTP client implementation that this crate needs.