pub async fn get_body_as_string(url: impl AsRef<str>) -> Result<String, Error>
Get a url and return the body of the response as a string.