Module hyperdriver::client
source · Expand description
HTTP client library for Rust, built on top of hyper.
Re-exports§
pub use pool::Config as PoolConfig;
Modules§
- Client connection types.
- Connection Pooling for Clients
Structs§
- A builder for a client.
- A simple async HTTP client.
- A future that resolves to an HTTP response.
Enums§
- Client error type.
Functions§
- Get a default TLS client configuration by loading the platform’s native certificates.