Expand description
HTTP client with retry, redirect following, and rate limiting.
Provides HttpClient with exponential backoff retry,
manual redirect tracking, user-agent rotation, and streaming responses.
Structsยง
- Fetch
Stream Reader - A streaming HTTP response reader.
- Http
Client - An HTTP client with retry, redirect tracking, and user-agent rotation.
- Http
Client Config - Configuration for the HTTP client.
- Retry
Policy - Retry policy for failed requests.
- User
Agent Rotator - User-agent rotator that cycles through a list of user-agent strings.