ruma::client

Module http_client

Source
Available on crate feature client only.
Expand description

This module contains an abstraction for HTTP clients as well as friendly-named re-exports of client types that implement this trait.

Traits§

DefaultConstructibleHttpClient
An HTTP client that has a default configuration.
HttpClient
An HTTP client that can be used to send requests to a Matrix homeserver.
HttpClientExt
Convenience functionality on top of HttpClient.

Type Aliases§

Hyper
A hyper HTTP client.
HyperNativeTlshyper-native-tls
A hyper HTTP client using native-tls for TLS support.
HyperRustlshyper-rustls
A hyper HTTP client using rustls for TLS support.
Reqwest
The reqwest crate’s Client.