[][src]Function reqwest_resume::get

pub fn get(url: Url) -> impl Future<Output = Result<Response>> + Send

Shortcut method to quickly make a GET request.

See reqwest::get.