Function uri_to_host_port

Source
pub(crate) fn uri_to_host_port(uri: &Uri) -> Result<(String, u16), Error>
Expand description

Parse the URI.

Obtain the host and port.