Skip to main content

fetch_text

Function fetch_text 

Source
pub fn fetch_text(url: &str) -> Result<String>
Expand description

Fetch a URL and return the response body as a string.