mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
7d9df7297a
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
7 lines
276 B
Markdown
7 lines
276 B
Markdown
---
|
|
"http": minor
|
|
"http-js": minor
|
|
---
|
|
|
|
The http plugin has been rewritten from scratch and now only exposes a `fetch` function in Javascript and Re-exports `reqwest` crate in Rust. The new `fetch` method tries to be as close and compliant to the `fetch` Web API as possible.
|