1 2 3
pub async fn get(url: String) -> Result<reqwest::Response, reqwest::Error> { reqwest::get(url).await }