make_get

Function make_get 

Source
pub fn make_get(url: impl AsRef<str>) -> Result<Request<Body>, Error>
Expand description

Create a GET request for a given url, which can be used with any hyper client.