logo
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

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

Type Definitions

A basic hyper HTTP client.
HyperNativeTlshyper-native-tls
A hyper HTTP client using native-tls for TLS support.
The isahc crate’s HttpClient.
The reqwest crate’s Client.