SAS® Mobile Investigator API
SAS Developer Portal
@sas/vi-api
SAS Visual Investigator Solution Extensions
Preparing search index...
The search index is not available
SAS® Mobile Investigator API
@sassoftware/mobile-investigator - v4.5.2
HttpRequest
Interface HttpRequest<R>
interface
HttpRequest
<
R
>
{
body
:
null
|
R
;
headers
:
Record
<
string
,
string
|
string
[]
>
;
method
:
string
;
params
:
Record
<
string
,
string
|
string
[]
>
;
responseType
?:
string
;
url
:
string
;
}
Type Parameters
R
Index
Properties
body
headers
method
params
response
Type?
url
Properties
body
body
:
null
|
R
headers
headers
:
Record
<
string
,
string
|
string
[]
>
method
method
:
string
params
params
:
Record
<
string
,
string
|
string
[]
>
Optional
response
Type
response
Type
?:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
params
response
Type
url
SAS® Mobile Investigator API
SAS Developer Portal
@sas/vi-api
SAS Visual Investigator Solution Extensions
@sassoftware/mobile-investigator - v4.5.2
Loading...