[][src]Crate meows

Structs

Envelope

The Envelope handles the serialization/deserialization of the outer part of a websocket message.

Request

THe Request struct brings message specific information into the handlers

Server

The Server is the primary means of listening for messages

Enums

Message

Re-exporting for convenience An enum representing the various forms of a WebSocket message.

Value

Represents any valid JSON value.

Traits

DefaultEndpoint
Endpoint

Endpoint comes from tide, and I'm still not sure how this magic works