Skip to main content

enforce_robots

Function enforce_robots 

Source
pub async fn enforce_robots(
    url: &str,
    policy: RobotsPolicy,
    user_agent: &str,
) -> Result<(), CliError>
Expand description

Fetch origin robots.txt and enforce honor policy (async, one-shot).