pub async fn fetch_stackoverflow_html(url: &str) -> Result<String>
Fetch a Stack Overflow question through StackPrinter.
StackPrinter
Returns an error if url is not a Stack Overflow question URL, or if the network request fails.
url