Deno.ServeUnixHandlerInfo

Information for a unix domain socket HTTP request.

interface ServeUnixHandlerInfo {
remoteAddr: Deno.UnixAddr;
}

§Properties

§
remoteAddr: Deno.UnixAddr
[src]

The remote address of the connection.