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

Usage in Deno

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

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

Type

Response | undefined