Node.js request.socket Property
The request.socket (Added in v0.3.0) property is an inbuilt property of the âhttpâ module which references to the underlying socket and most users don't get access to this property. Particularly, the socket doesn't emit 'readable' events but, the socket could be accessed via request.connection. This