Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.56 KB

File metadata and controls

44 lines (32 loc) · 1.56 KB

Home > sip.js > URI

URI class

URI.

Signature:

export declare class URI extends Parameters 

Constructors

Constructor Modifiers Description
(constructor)(scheme, user, host, port, parameters, headers) Constructor

Properties

Property Modifiers Type Description
aor string
headers {
[name: string]: Array<string>;
}
host string
port number | undefined
scheme string
user string | undefined

Methods

Method Modifiers Description
clearHeaders()
clone()
deleteHeader(header)
getHeader(name)
hasHeader(name)
setHeader(name, value)
toRaw()
toString()