Skip to main content

Module fetch

Module fetch 

Source

Structs§

FetchedPage
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).