Tauri HttpOptions
发送到后端的 options 对象。
Since: 1.0.0
性能
body
Optional
body:Body
Defined in: http.ts:250
headers
Optional
headers:Record
<,string
any
>
Defined in: http.ts:248
method
method:HttpVerb
Defined in: http.ts:246
query
Optional
query:Record
<,string
any
>
Defined in: http.ts:249
responseType
Optional
responseType:ResponseType
Defined in: http.ts:252
timeout
Optional
timeout: |Duration
number
Defined in: http.ts:251
url
url:string
Defined in: http.ts:247