Skip to content
GridtokenX.com

@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>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>
body?string

Promise<void>

Source: undefined


function upload(
url,
filePath,
progressHandler?,
headers?,
method?): Promise<string>
ParameterType
urlstring
filePathstring
progressHandler?ProgressHandler
headers?Map<string, string>
method?HttpMethod

Promise<string>

Source: undefined


© 2026 Tauri Contributors. CC-BY / MIT