Console
React Lib
REST API
Preparing search index...
The search index is not available
Integration App SDK - v1.9.0
Integration App SDK
HttpRequestSpec
Interface HttpRequestSpec
interface
HttpRequestSpec
{
method
?:
HttpRequestMethod
;
uri
:
any
;
headers
?:
Record
<
string
,
any
>
;
query
?:
Record
<
string
,
any
>
;
body
?:
any
;
}
Index
Properties
method?
uri
headers?
query?
body?
Properties
Optional
method
method
?:
HttpRequestMethod
uri
uri
:
any
Optional
headers
headers
?:
Record
<
string
,
any
>
Optional
query
query
?:
Record
<
string
,
any
>
Optional
body
body
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
uri
headers
query
body
Console
React Lib
REST API
Integration App SDK - v1.9.0
Loading...