Skip to content

Timeout (total deadline)

httpx2's per-call timeouts bound a single request — but a retry loop with backoff can still run for many seconds in total. AsyncTimeout bounds the whole operation, including every retry and every backoff sleep, so one call can't blow your latency SLA.