Skip to main content
ServerOptions.IncomingMessage - http - Node documentation
property ServerOptions.IncomingMessage

Usage in Deno

import { type ServerOptions } from "node:http";

Specifies the IncomingMessage class to be used. Useful for extending the original IncomingMessage.

Type

Request | undefined