Skip to main content

fetch_url

Function fetch_url 

Source
async fn fetch_url(
    context: &Context,
    original_url: &str,
    strict_tls: bool,
) -> Result<Response>
Expand description

Fetches URL and updates the cache.

URL is fetched regardless of whether there is an existing result in the cache.