@salesforce/agents
Preparing search index...
utils
RequestInfo
Type Alias RequestInfo
type
RequestInfo
=
{
body
?:
string
;
headers
?:
Record
<
string
,
string
>
;
method
:
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"HEAD"
;
url
:
string
;
}
Index
Properties
body?
headers?
method
url
Properties
Optional
body
body
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
method
method
:
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
|
"HEAD"
url
url
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
url
@salesforce/agents
Loading...