Searched defs:parse_host_port (Results 1 – 2 of 2) sorted by relevance
59 def parse_host_port(host_port_pair: str) -> Tuple[str, int]: function
502 …std::pair<std::string, unsigned short> parse_host_port(const std::string &host_port, unsigned shor… in parse_host_port() function in SimpleWeb::ClientBase