8 releases (4 breaking)

0.5.0 Mar 11, 2022
0.4.1 Feb 9, 2022
0.4.0 Dec 24, 2021
0.3.1 Nov 21, 2021
0.1.0 Feb 3, 2021

#1207 in WebAssembly

Download history 1182/week @ 2023-12-18 583/week @ 2023-12-25 1877/week @ 2024-01-01 3263/week @ 2024-01-08 2136/week @ 2024-01-15 1314/week @ 2024-01-22 1218/week @ 2024-01-29 1228/week @ 2024-02-05 1097/week @ 2024-02-12 1086/week @ 2024-02-19 1082/week @ 2024-02-26 1339/week @ 2024-03-04 1098/week @ 2024-03-11 1236/week @ 2024-03-18 1120/week @ 2024-03-25 1261/week @ 2024-04-01

4,847 downloads per month
Used in 20 crates (14 directly)

MIT/Apache

7KB

Reqwasm

crates.io docs.rs licence

HTTP requests library for WASM Apps. It provides idiomatic Rust bindings for the web_sys fetch and WebSocket API

This re-exports all the API from gloo-net crate.

Future plans

  • Add framework specific support - e.g. Yew suspense support will be added behind a feature flag.

Contributions

Your PRs and Issues are welcome. Note that all the contribution submitted by you, shall be licensed as MIT or APACHE 2.0 at your choice, without any additional terms or conditions.


lib.rs:

HTTP requests library for WASM apps. It provides idiomatic Rust bindings for the web_sys fetch and WebSocket API.

This re-exports all the API from [gloo_net] crate.

Dependencies

~7–9MB
~178K SLoC