[][src]Crate actix_ws

Websockets without Actors for actix runtimes

See documentation for the handle method for usage

Structs

CloseReason

Reason for closing the connection

Closed

The error representing a closed websocket session

MessageStream

A stream of Messages from a websocket client

Session

A handle into the websocket session.

StreamingBody

A response body for Websocket HTTP Requests

Enums

CloseCode

Status code used to indicate why an endpoint is closing the WebSocket connection.

Message

WebSocket Message

ProtocolError

Websocket protocol errors

Functions

handle

Begin handling websocket traffic