Tela SDK for JavaScript
NPM
Preparing search index...
Core
RequestOptions
Type Alias RequestOptions<Req>
type
RequestOptions
<
Req
=
unknown
|
Record
<
string
,
unknown
>
>
=
{
body
?:
Req
|
null
;
headers
?:
Headers
;
maxRetries
?:
number
;
method
?:
HTTPMethods
;
path
?:
string
;
query
?:
Req
;
signal
?:
AbortSignal
|
null
;
stream
?:
boolean
;
timeout
?:
number
;
transformCase
?:
boolean
;
}
Type Parameters
Req
=
unknown
|
Record
<
string
,
unknown
>
Index
Properties
body?
headers?
max
Retries?
method?
path?
query?
signal?
stream?
timeout?
transform
Case?
Properties
Optional
body
body
?:
Req
|
null
Optional
headers
headers
?:
Headers
Optional
max
Retries
maxRetries
?:
number
Optional
method
method
?:
HTTPMethods
Optional
path
path
?:
string
Optional
query
query
?:
Req
Optional
signal
signal
?:
AbortSignal
|
null
Optional
stream
stream
?:
boolean
Optional
timeout
timeout
?:
number
Optional
transform
Case
transformCase
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
headers
max
Retries
method
path
query
signal
stream
timeout
transform
Case
Class Hierarchy
NPM
Tela SDK for JavaScript
Loading...