pub async fn get_page_async(
    url: &str,
    client: &Client
) -> Result<String, DownloadError>
Expand description

Helper function for downloading the contents of a web page.