Expand description
Connection pool for HTTP clients.
Fixed-size pool with round-robin dispatch and lazy reconnection.
Follows the ringline-momento/src/pool.rs pattern.
Structs§
- Pool
- A fixed-size HTTP connection pool with round-robin dispatch.
- Pool
Config - Configuration for an HTTP connection pool.
- Pooled
Client - A pool-owned handle to an
HttpClient.
Enums§
- Protocol
- Which HTTP protocol to use.