Interface IServerCreatedEventHandlerContext

Context for a ServerCreatedEventHandler function.

interface IServerCreatedEventHandlerContext {
    instance: Server<typeof IncomingMessage, typeof ServerResponse>;
}

Properties

Properties

instance: Server<typeof IncomingMessage, typeof ServerResponse>

The new server instance.

Generated using TypeDoc