```typescript
import { OutgoingMessage } from "node:node__http.d.ts";
```
OutgoingMessage.prototype.setHeader(
name: string,
value:
number | string | readonlystring[]
,
): this
Sets a single header value. If the header already exists in the to-be-sent
headers, its value will be replaced. Use an array of strings to send multiple
headers with the same name.