method ClientRequest.prototype.setTimeout
Usage
import { ClientRequest } from "node:http";
Once a socket is assigned to this request and is connected socket.setTimeout() will be called.
import { ClientRequest } from "node:http";
Once a socket is assigned to this request and is connected socket.setTimeout() will be called.