- getAddrinfo
Promise!(Address[]) getAddrinfo(uv_loop_t* ctx, const(char)[] node, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAddrinfo
Promise!(Address[]) getAddrinfo(uv_loop_t* ctx, const(char)[] node, const(char)[] service)
Undocumented in source. Be warned that the author may not have intended to support it.
- toAddress
Address[] toAddress(const(addrinfo)* each)
Undocumented in source. Be warned that the author may not have intended to support it.
- toAddress
Address toAddress(const(sockaddr)* each, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.