Crate actix_ws_ng

source ·
Expand description

WebSockets for Actix Web, without actors.

See documentation for the handle method for usage.

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