Skip to main content

Crate tauri_plugin_upload

Crate tauri_plugin_upload 

Source
Expand description

Upload files from disk to a remote server over HTTP.

Download files from a remote HTTP server to disk.

§Cargo features

  • rustls-tls (enabled by default): Enables TLS functionality provided by rustls.
  • native-tls: Enables TLS functionality provided by native-tls.
  • native-tls-vendored: Enables the vendored feature of native-tls.

Enums§

Error
HttpMethod

Functions§

init