Skip to main content

fetch_page

Function fetch_page 

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

Fetch a URL and return (markdown_text, domain).