library · inferred from evidence
httpx.Limits
A class or component within the httpx library used to configure connection pool limits.
- How to set custom httpx connection pool limits in modern-treasury python SDK
Before 1.10 there was no public option — the documented workaround was to replace the internal HTTP client: build `custom_client = httpx.Client(base_url=standard_client.base_url, timeout=standard_client._timeout, headers=standard_client.hea