AsyncRetryTransport(
self,
*,
max_retries: int = 3,
transport: httpx.AsyncBaseTransport | None = Nonehttpx.AsyncBaseTransport| Name | Type |
|---|---|
| max_retries | int |
| transport | httpx.AsyncBaseTransport | None |
Async httpx transport that retries on transient errors.
Async equivalent of RetryTransport. See RetryTransport for details.