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