pub fn split_host(host: &str) -> (String, Option<String>)
Returns (root_domain, subdomain) where subdomain is None if host == root.