Skip to main content

Installation

This installs httpx for non-blocking HTTP.

Initialize

Context Manager

All Methods

Every method is async and must be await-ed:

Available Methods

Retry & Error Handling

The async client automatically retries on transient errors (429, 502, 503, 504) and network failures, with exponential backoff up to 3 attempts. 402 (quota exceeded) is never retried — it raises QuotaExceededError immediately.