Skip to main content

Module pool

Module pool 

Source
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.
PoolConfig
Configuration for an HTTP connection pool.
PooledClient
A pool-owned handle to an HttpClient.

Enums§

Protocol
Which HTTP protocol to use.