DenoDeno.UnixConnectOptionsinterface Deno.UnixConnectOptionsOptions which can be set when connecting to a Unix domain socket via Deno.connect. Properties ##transport: "unix" The Unix domain socket transport protocol. #path: string The file system path to the socket to connect to.
interface Deno.UnixConnectOptionsOptions which can be set when connecting to a Unix domain socket via Deno.connect. Properties ##transport: "unix" The Unix domain socket transport protocol. #path: string The file system path to the socket to connect to.