http@2.0.0-alpha.1
7d9df72
(#428) Multipart requests are now handled in JavaScript by theRequest
JavaScript class so you just need to use aFormData
body and not set the content-type header tomultipart/form-data
.application/x-www-form-urlencoded
requests must be done manually.7d9df72
(#428) The http plugin has been rewritten from scratch and now only exposes afetch
function in Javascript and Re-exportsreqwest
crate in Rust. The newfetch
method tries to be as close and compliant to thefetch
Web API as possible.d74fc0a
(#555) Update to alpha.11.
© 2025 Tauri Contributors. CC-BY / MIT