Function parse_url

Source
pub fn parse_url(s: &str) -> Option<Url>
Expand description

Parses a string into a URL.

Returns None if the string is not a supported scheme or not a valid URL.