pub async fn get(url: impl AsRef<str>) -> Result<Response<Body>, Error>
Perform an HTTP GET for the given url, returning the result.