[][src]Module oauth2::reqwest

HTTP client backed by the reqwest crate. Requires "reqwest-010" feature.

Enums

Error

Error type returned by failed reqwest HTTP requests.

Functions

async_http_client

Asynchronous HTTP client.

http_client

Synchronous HTTP client.

Type Definitions

AsyncHttpClientError

Error type returned by failed reqwest async HTTP requests.

HttpClientError

Error type returned by failed reqwest blocking HTTP requests.