pub async fn get(uri: impl TryUri) -> Result<Response, Error>
Send a GET request to the uri.
uri
The default_client is used to send the request.
default_client