get

Function get 

Source
pub async fn get(url: &str) -> Response
Expand description

Fetch data from a URL. For more convenient use in The Rust Programming Language, panics instead of returning a Result if the request fails.