method ClientRequest.prototype.setNoDelay
Jump to headingClientRequest.prototype.setNoDelay(noDelay?: boolean): voidOnce a socket is assigned to this request and is connected socket.setNoDelay() will be called.
Parameters Jump to heading
optional
Jump to headingnoDelay: booleanReturn Type Jump to heading
void