Module websocket::server [] [src]

Provides an implementation of a WebSocket server

Reexports

pub use self::request::Request;
pub use self::response::Response;

Modules

request

The server-side WebSocket request.

response

Struct for server-side WebSocket response.

Structs

Connection

Represents a connection to the server that has not been processed yet.

Server

Represents a WebSocket server which can work with either normal (non-secure) connections, or secure WebSocket connections.