Skip to main content

fetch_stackoverflow_html

Function fetch_stackoverflow_html 

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

Fetch a Stack Overflow question through StackPrinter.

ยงErrors

Returns an error if url is not a Stack Overflow question URL, or if the network request fails.