property ServerOptions.IncomingMessage Usage in Deno```typescript import { type ServerOptions } from "node:node__http.d.ts"; ``` Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. Type Request | undefined