pub async fn get(url: &str) -> Response
Fetch data from a URL. For more convenient use in The Rust Programming Language, panics instead of returning a Result if the request fails.
Result