pub async fn http_probe(url: &str, ignore_https_errors: bool) -> boolExpand description
Single readiness check via HTTP GET. Mirrors Playwright’s
isURLAvailable: any 2xx/3xx status counts as up; 404 falls back
to /index.html (consistent with serving a static SPA).