property ServerOptions.IncomingMessage Usageimport { type ServerOptions } from "node:http"; Specifies the IncomingMessage class to be used. Useful for extending the original IncomingMessage. Type Request | undefined