@limitry/client - v0.4.1
Docs
GitHub
Preparing search index...
RequestOptions
Interface RequestOptions
interface
RequestOptions
{
body
?:
unknown
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
params
?:
Record
<
string
,
string
|
number
|
boolean
|
null
|
undefined
>
;
timeout
?:
number
;
}
Index
Properties
body?
headers?
method?
params?
timeout?
Properties
Optional
body
body
?:
unknown
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Optional
params
params
?:
Record
<
string
,
string
|
number
|
boolean
|
null
|
undefined
>
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
method
params
timeout
Docs
GitHub
@limitry/client - v0.4.1
Loading...