Quickstart Node.js
Preparing search index...
index
HTTPRequestInit
Type Alias HTTPRequestInit
type
HTTPRequestInit
=
{
headers
?:
HTTPHeaders
;
method
:
HTTPMethod
;
credentials
?:
RequestCredentials
;
body
?:
HTTPBody
;
}
Index
Properties
headers?
method
credentials?
body?
Properties
Optional
headers
headers
?:
HTTPHeaders
method
method
:
HTTPMethod
Optional
credentials
credentials
?:
RequestCredentials
Optional
body
body
?:
HTTPBody
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
headers
method
credentials
body
Quickstart Node.js
Loading...