heidr TypeDocs - v0.0.7
Preparing search index...
providers/http.provider
HttpRequestOptions
Interface HttpRequestOptions
HTTP request options
interface
HttpRequestOptions
{
body
?:
unknown
;
headers
?:
Record
<
string
,
string
>
;
method
?:
HttpMethod
;
params
?:
Record
<
string
,
string
|
number
|
boolean
>
;
timeout
?:
number
;
}
Index
Properties
body?
headers?
method?
params?
timeout?
Properties
Optional
body
body
?:
unknown
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
HttpMethod
Optional
params
params
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
params
timeout
← Back to Commands
GitHub
npm
heidr TypeDocs - v0.0.7
Loading...
HTTP request options