Skip to main content
IncomingMessage.prototype.connection - http - Node documentation
property IncomingMessage.prototype.connection

Usage in Deno

import { IncomingMessage } from "node:http";
Deprecated

Since v16.0.0 - Use socket.

Alias for message.socket.

Type