Skip to main content

http_probe

Function http_probe 

Source
pub async fn http_probe(url: &str, ignore_https_errors: bool) -> bool
Expand 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).