pub async fn get_bytes(uri: impl TryUri) -> Result<Vec<u8>, Error>
Send a GET request to the uri and read the response as raw bytes.
uri
The default_client is used to send the request.
default_client