Crate reqwasm[][src]

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

http

Wrapper around the fetch API.

websocket

Wrapper around WebSocket API

Enums

Error

All the errors returned by this crate.