Skip to main content

parse_http_url

Function parse_http_url 

Source
pub fn parse_http_url(input: &str) -> Result<Url>
Expand description

Parse and validate an HTTP/HTTPS URL (scheme + host check only).