method ClientRequest.prototype.setNoDelay Usage in Deno```typescript import { ClientRequest } from "node:node__http.d.ts"; ``` ClientRequest.prototype.setNoDelay(noDelay?: boolean): void Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. Parameters optional noDelay: boolean Return Type void