Deno.ServeUnixInit

interface ServeUnixInit {
handler: ServeUnixHandler;
}

§Properties

§
handler: ServeUnixHandler
[src]

The handler to invoke to process each incoming request.