createServer
createServer: (() => Promise<Server<typeof IncomingMessage, typeof ServerResponse>>)
Type declaration
-
- (): Promise<Server<typeof IncomingMessage, typeof ServerResponse>>
-
Returns Promise<Server<typeof IncomingMessage, typeof ServerResponse>>
A factory for HTTP servers.