@tauri-apps/plugin-upload
Patch: "PATCH";Source: undefined
Post: "POST";Source: undefined
Put: "PUT";Source: undefined
function download( url, filePath, progressHandler?, headers?,body?): Promise<void>| Parameter | Type |
|---|---|
url | string |
filePath | string |
progressHandler? | ProgressHandler |
headers? | Map<string, string> |
body? | string |
Promise<void>
Source: undefined
function upload( url, filePath, progressHandler?, headers?,method?): Promise<string>| Parameter | Type |
|---|---|
url | string |
filePath | string |
progressHandler? | ProgressHandler |
headers? | Map<string, string> |
method? | HttpMethod |
Promise<string>
Source: undefined
© 2026 Tauri Contributors. CC-BY / MIT