Skip to main content

fetch

Function fetch 

Source
pub async fn fetch(
    client: &Client,
    url: &str,
    metadata: &HttpMetadata,
) -> Result<FetchResult>
Expand description

Fetch a feed with conditional GET support.