Quickstart Node.js
Preparing search index...
index
RequestOpts
Interface RequestOpts
interface
RequestOpts
{
path
:
string
;
method
:
HTTPMethod
;
headers
:
HTTPHeaders
;
query
?:
HTTPQuery
;
body
?:
any
;
}
Index
Properties
path
method
headers
query?
body?
Properties
path
path
:
string
method
method
:
HTTPMethod
headers
headers
:
HTTPHeaders
Optional
query
query
?:
HTTPQuery
Optional
body
body
?:
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
path
method
headers
query
body
Quickstart Node.js
Loading...