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§
- Default
Constructible Http Client - An HTTP client that has a default configuration.
- Http
Client - An HTTP client that can be used to send requests to a Matrix homeserver.
- Http
Client Ext - Convenience functionality on top of
HttpClient.
Type Aliases§
- Hyper
hyper - A hyper HTTP client.
- Hyper
Native Tls hyper-native-tls - A hyper HTTP client using native-tls for TLS support.
- Hyper
Rustls hyper-rustls - A hyper HTTP client using rustls for TLS support.
- Reqwest
reqwest - The
reqwestcrate’sClient.