Skip to main content
method OutgoingMessage.prototype.getHeaderNames
OutgoingMessage.prototype.getHeaderNames(): string[]
Deprecated

Returns an array containing the unique names of the current outgoing headers. All names are lowercase.

Return Type

string[]
Back to top