pub async fn scrape_http(
url: &str,
robots: RobotsPolicy,
opts: &ScrapeOpts,
) -> Result<Value, CliError>Expand description
HTTP static scrape (no Chrome).
pub async fn scrape_http(
url: &str,
robots: RobotsPolicy,
opts: &ScrapeOpts,
) -> Result<Value, CliError>HTTP static scrape (no Chrome).