pub async fn fetch(
client: &Client,
url: &str,
metadata: &HttpMetadata,
) -> Result<FetchResult>Expand description
Fetch a feed with conditional GET support.
pub async fn fetch(
client: &Client,
url: &str,
metadata: &HttpMetadata,
) -> Result<FetchResult>Fetch a feed with conditional GET support.