pub fn parse_url(s: &str) -> Option<Url>
Parses a string into a URL.
Returns None if the string is not a supported scheme or not a valid URL.
None