cat_gateway::settings

Function string_to_api_host_names

source
fn string_to_api_host_names(addr: &SocketAddr, hosts: &str) -> Vec<String>
Expand description

Transform a string list of host names into a vec of host names. Default to the service address if none specified.