logo
pub trait DefaultConstructibleHttpClient: HttpClient {
    fn default() -> Self;
}
Available on crate feature client only.
Expand description

An HTTP client that has a default configuration.

Required Methods

Creates a new HTTP client with default configuration.

Implementations on Foreign Types

Implementors