Trait ruma_client::http_client::DefaultConstructibleHttpClient[][src]

pub trait DefaultConstructibleHttpClient: HttpClient {
    fn default() -> Self;
}
Expand description

An HTTP client that has a default configuration.

Required methods

Creates a new HTTP client with default configuration.

Implementors