Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 627 Bytes

File metadata and controls

26 lines (15 loc) · 627 Bytes

Home > sip.js > IncomingMessage > getHeaders

IncomingMessage.getHeaders() method

Get the header/s of the given name.

Signature:

getHeaders(name: string): Array<string>;

Parameters

Parameter Type Description
name string header name

Returns:

Array<string>

Array - with all the headers of the specified name.