get

Function get 

Source
pub async fn get(url: impl AsRef<str>) -> Result<Response<Body>, Error>
Expand description

Perform an HTTP GET for the given url, returning the result.