ClientRequest.prototype.setNoDelay - Node documentation
method ClientRequest.prototype.setNoDelay

Usage

import { ClientRequest } from "node:http";

Once a socket is assigned to this request and is connected socket.setNoDelay() will be called.

Parameters

optional
noDelay: boolean

Return Type

void