Skip to main content

Module http_pool

Module http_pool 

Source
Expand description

Shared HTTP connection pool for outbound LLM and tool calls.

The HttpPool wraps a single reqwest::Client configured with connection-pool settings so that all drivers share one pool instead of each creating their own.

Structsยง

HttpPool
A shared HTTP connection pool backed by a single reqwest::Client.
HttpPoolConfig
Configuration for the shared HTTP connection pool.