fn split_host_port(host: &str, scheme: &str) -> (String, u16)
Splits a Host header into (hostname, port), defaulting the port from the scheme when the host carries none.
Host
(hostname, port)