Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 515 Bytes

sip.js.uri.setheader.md

File metadata and controls

23 lines (14 loc) · 515 Bytes

Home > sip.js > URI > setHeader

URI.setHeader() method

Signature:

setHeader(name: string, value: Array<string> | string): void;

Parameters

Parameter Type Description
name string
value Array<string> | string

Returns:

void