logo
pub type Isahc = HttpClient;
Expand description

The isahc crate’s HttpClient.

Trait Implementations

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.