property OutgoingMessage.prototype.socket
Usage in Deno
```typescript import { OutgoingMessage } from "node:node__http.d.ts"; ```Reference to the underlying socket. Usually, users will not want to access
this property.
After calling `outgoingMessage.end()`, this property will be nulled.
Socket | null