Skip to main content

trailersDistinct

property IncomingMessage.prototype.trailersDistinct

Similar to message.trailers, but there is no join logic and the values are always arrays of strings, even for headers received just once. Only populated at the 'end' event.

Dict<string[]>
Back to top