pub fn host_or_url_to_host_and_protocol(
    host_or_url: &str
) -> (&str, Option<&str>)