Directus / @directus/sdk / types / RequestOptions
Interface: RequestOptions ​
Properties ​
body? ​
optional
body:string
|FormData
Source ​
headers? ​
optional
headers:Record
<string
,string
>
Source ​
method? ​
optional
method:HttpMethod
Source ​
onRequest? ​
optional
onRequest:RequestTransformer
Source ​
onResponse? ​
optional
onResponse:ResponseTransformer
<any
>
Source ​
params? ​
optional
params:Record
<string
,any
>
Source ​
path ​
path:
string