Structs§
- Fetched
Page - Outcome of an HTTP fetch: the body, the URL we actually landed on after
following redirects, and the response’s
Content-Type(if any).
Functions§
- fetch_
page - Fetch a URL, following redirects, retrying transient failures with exponential backoff (200ms, 400ms).