Crate reqwasm[][src]

Expand description

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

See module level documentation for http and websocket to learn more.

Modules

Wrapper around the fetch API.

Wrapper around WebSocket API

Enums

All the errors returned by this crate.