logo
pub type Reqwest = Client;
Expand description

The reqwest crate’s Client.

Trait Implementations

Creates a new HTTP client with default configuration.

The type to use for try_into_http_request.

The type to use for try_from_http_response.

The error type for the send_request function.

Send an http::Request to get back an http::Response.