Function get_text

Source
pub async fn get_text(url: &String) -> Result<Response>
Expand description

Check with a HEAD that the URL exists and is a “text/plain” file. If so, return the response of a GET request.