mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-29 13:31:27 +02:00
7d9df7297a
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
6 lines
281 B
Markdown
6 lines
281 B
Markdown
---
|
|
"http-js": minor
|
|
---
|
|
|
|
Multipart requests are now handled in JavaScript by the `Request` JavaScript class so you just need to use a `FormData` body and not set the content-type header to `multipart/form-data`. `application/x-www-form-urlencoded` requests must be done manually.
|