From a7ca25c913204a11e518017d520b2d120ec633e5 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Thu, 8 Jun 2023 20:22:12 +0300 Subject: [PATCH] change file --- .changes/http-plugin-refactor.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/http-plugin-refactor.md diff --git a/.changes/http-plugin-refactor.md b/.changes/http-plugin-refactor.md new file mode 100644 index 00000000..7beb4aff --- /dev/null +++ b/.changes/http-plugin-refactor.md @@ -0,0 +1,6 @@ +--- +"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.