Module ntex::web::ws[][src]

Structs

CloseReason

Reason for closing the connection

Enums

CloseCode

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

Frame

WebSocket frame

Message

WebSocket message

Functions

start

Do websocket handshake and start websockets service.

start_with

Do websocket handshake and start websockets service.

Type Definitions

WebSocketsSink