DenoDeno.UnixAddrinterface Deno.UnixAddrThe address of a network connection or listener using a Unix domain socket. Properties ##transport: "unix" | "unixpacket" The Unix domain socket transport protocol. #path: string The file system path to the socket.
interface Deno.UnixAddrThe address of a network connection or listener using a Unix domain socket. Properties ##transport: "unix" | "unixpacket" The Unix domain socket transport protocol. #path: string The file system path to the socket.