Function servoshell::parser::location_bar_input_to_url

source ·
pub fn location_bar_input_to_url(request: &str) -> Option<ServoUrl>
Expand description

Interpret an input URL.

If this is not a valid URL, try to “fix” it by adding a scheme or if all else fails, interpret the string as a search term.