pub fn parse_http_url(input: &str) -> Result<Url>
Parse and validate an HTTP/HTTPS URL (scheme + host check only).