library · inferred from evidence
httpx.Client
A class within the httpx library used to create HTTP clients.
- How to set custom httpx connection pool limits in modern-treasury python SDK
The modern-treasury python SDK didn't expose httpx's `limits` kwarg for tuning the connection pool (max connections, keepalive). A user posted a workaround that reaches into `modern_treasury._client`, builds a new `httpx.Client` copying bas