Function get_page_async

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

Helper function for downloading the contents of a web page.