method OutgoingMessage.prototype.getHeaderNames Usage in Deno```typescript import { OutgoingMessage } from "node:node__http.d.ts"; ``` OutgoingMessage.prototype.getHeaderNames(): string[] Returns an array containing the unique names of the current outgoing headers. All names are lowercase. Return Type string[]