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

Usage in Deno

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

Since v15.12.0,v14.17.1 - Use socket instead.

Alias of outgoingMessage.socket.

Type

Socket | null