Files
tauri-plugins-workspace/.changes/http-plugin-refactor.md
T
2023-08-07 08:33:00 -03:00

276 B

http, http-js
http http-js
minor 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.