pub fn make_get(url: impl AsRef<str>) -> Result<Request<Body>, Error>
Create a GET request for a given url, which can be used with any hyper client.