Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranile/reqwasm
HTTP requests library for WASM Apps
https://github.com/ranile/reqwasm
hacktoberfest http requests wasm
Last synced: 17 days ago
JSON representation
HTTP requests library for WASM Apps
- Host: GitHub
- URL: https://github.com/ranile/reqwasm
- Owner: ranile
- License: apache-2.0
- Created: 2021-01-14T16:10:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T17:57:04.000Z (4 months ago)
- Last Synced: 2024-10-12T23:43:44.023Z (about 1 month ago)
- Topics: hacktoberfest, http, requests, wasm
- Language: Rust
- Homepage: https://crates.io/crates/reqwasm
- Size: 55.7 KB
- Stars: 127
- Watchers: 5
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE.md
Awesome Lists containing this project
README
# 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.