Skip to main content

read_url_to_string

Function read_url_to_string 

Source
pub async fn read_url_to_string(
    url_or_path: &str,
    headers: &[HttpHeader],
    timeout_secs: Option<u64>,
) -> Result<String>