Preparing search index...
The search index is not available
@quobis/sippojs
@quobis/sippojs
<internal>
RequestOptions
Interface RequestOptions
interface
RequestOptions
{
body
?:
Record
<
string
,
any
>
;
method
?:
HttpVerbs
;
qs
?:
Record
<
string
,
any
>
;
url
:
string
;
}
Index
Properties
body?
method?
qs?
url
Properties
Optional
body
body
?:
Record
<
string
,
any
>
Optional
method
method
?:
HttpVerbs
Optional
qs
qs
?:
Record
<
string
,
any
>
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
body
method
qs
url
@quobis/sippojs
Loading...