Module pool

Module pool 

Source
Expand description

HTTP connection pool manager for TACT clients

Structs§

PoolConfig
Configuration for the HTTP connection pool
PoolStats
Connection pool statistics

Functions§

create_pooled_client
Create a new pooled HTTP client with the specified configuration
get_global_pool
Get the global connection pool
get_pool_stats
Get pool statistics (if available from reqwest)
init_global_pool
Initialize the global connection pool with custom configuration