Skip to main content

Module http_client

Module http_client 

Source
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§

HeadResponse
Response from an HTTP HEAD request.
HttpClient
HTTP client for the acquisition engine.
HttpResponse
Response from an HTTP GET request.