# Reqwasm [![crates.io](https://img.shields.io/crates/v/reqwasm.svg?style=flat)](https://crates.io/crates/reqwasm) [![docs.rs](https://img.shields.io/docsrs/reqwasm)](https://docs.rs/reqwasm/) ![licence](https://img.shields.io/crates/l/reqwasm) 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](https://crates.io/crates/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.