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. Connection pool with multiplexed in-flight request tracking.

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.