fetch_url

Function fetch_url 

Source
async fn fetch_url(
    client: &Client,
    url: &str,
    token: Option<&str>,
) -> Result<Vec<u8>>