Skip to main content

split_host_port

Function split_host_port 

Source
pub fn split_host_port(input: &str) -> Option<(String, u16)>
Expand description

Splits a valid endpoint into host and port components.