upromised.dns

Undocumented in source.

Public Imports

core.sys.posix.netdb
public import core.sys.posix.netdb : sockaddr, sockaddr_in, sockaddr_in6;
core.sys.windows.winsock2
public import core.sys.windows.winsock2 : sockaddr, sockaddr_in, sockaddr_in6;

Members

Functions

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.
listLocalAddresses
Address[] listLocalAddresses()
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.

Meta