Function shadow_drive_cli::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.