pub async fn list(
endpoint: &str,
engine: Engine,
url_regex: Option<&str>,
) -> Result<Vec<TargetInfo>>Expand description
Connect to endpoint (per engine) and return the list of page targets,
filtered by url_regex if given. The regex is unanchored; use ^…$ if
strict matching is desired.