Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
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
SDK
REST API
Integration App React - v2.13.2
Loading...