Module inth_oauth2_async::client::http_client [−][src]
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
HttpClient | Abstraction of the parts of a HTTP client implementation that this crate needs. |