Function get_host_port

Source
fn get_host_port<'u>(
    config: &Config,
    dst: &'u Uri,
) -> Result<(&'u str, u16), ConnectError>