Crate actix_ws

source ·
Expand description

WebSockets for Actix Web, without actors.

For usage, see documentation on handle().

Structs§

  • Reason for closing the connection
  • The error representing a closed websocket session
  • A stream of Messages from a websocket client
  • A handle into the websocket session.
  • A response body for Websocket HTTP Requests

Enums§

  • Status code used to indicate why an endpoint is closing the WebSocket connection.
  • A WebSocket message.
  • WebSocket protocol errors.

Functions§

  • Begin handling websocket traffic