Skip to main content

parse_html_from_url_response

Function parse_html_from_url_response 

Source
pub fn parse_html_from_url_response(
    content: &str,
) -> Result<Vec<f64>, BenfError>
Expand description

Parse HTML content from a URL response (for web scraping)