pub fn http_get(
client: Client,
url: &Url,
retries: FetchRetries,
) -> Result<Response>Expand description
Wrapper around Client::get() with error handling based on HTTP return code and optionally basic exponential backoff retries for transient errors.