Skip to main content

getHeaderNames

method OutgoingMessage.prototype.getHeaderNames
Jump to headingOutgoingMessage.prototype.getHeaderNames(): string[]

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

Return Type Jump to heading

string[]
Back to top