get

Function get 

Source
pub async fn get<U>(uri: U) -> Result<Response, Error>
where U: TryInto<Uri>, Error: From<<U as TryInto<Uri>>::Error>,
Expand description

Send a GET request to the uri.

The http_client is used to send the request.