Crate gloo_net

Source
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§

eventsourceeventsource
Wrapper around the EventSource API
httphttp
Wrapper around the fetch API.
websocketwebsocket
Wrapper around WebSocket API

Enums§

Error
All the errors returned by this crate.