Function extra::url::from_str

pub fn from_str(rawurl: &str) -> std::result::Result

Parse a str to a url

Arguments

rawurl - a string representing a full url, including scheme.

Returns

a url that contains the parsed representation of the url.