Function rss2email_lib::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.
pub async fn get_page_async(url: &str, client: &Client) -> Result<String, Error>Helper function for downloading the contents of a web page.