pub async fn map_http( seed: &str, robots: RobotsPolicy, limit: usize, max_depth: usize, ) -> Result<Value, CliError>
Map site: collect unique URLs via BFS without full content (links format).