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