mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
1.4 KiB
1.4 KiB
@tauri-apps/api / http / HttpOptions
Interface: HttpOptions
http.HttpOptions
Options object sent to the backend.
Properties
body
• Optional body: Body
Defined in
headers
• Optional headers: Record<string, any>
Defined in
method
• method: HttpVerb
Defined in
query
• Optional query: Record<string, any>
Defined in
responseType
• Optional responseType: ResponseType
Defined in
timeout
• Optional timeout: number
Defined in
url
• url: string