Expand description
Async HTTP client wrapping reqwest.
Not a browser — just HTTP requests. Handles redirects, timeouts, retry on 5xx, and exponential backoff on 429.
Structs§
- Head
Response - Response from an HTTP HEAD request.
- Http
Client - HTTP client for the acquisition engine.
- Http
Response - Response from an HTTP GET request.