Crate reqwasm

Source
Expand description

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.

Modules§

http
Wrapper around the fetch API.
websocket
Wrapper around WebSocket API

Enums§

Error
All the errors returned by this crate.