pub fn parse_host(s: &str) -> (&str, &str)
Parses the host string from the prefix of s.
s
The host will not be validated.
Returns (host_string, rest_of_s).
(host_string, rest_of_s)