[][src]Module soketto::handshake

Websocket handshake codecs.

Structs

Accept

Successful handshake response the server wants to send to the client.

Accepted

The server accepted the handshake request.

Client

Client handshake codec.

Redirect

The server is redirecting us to another location.

Reject

Error handshake response the server wants to send to the client.

Request

Client handshake request.

Server

Server handshake codec.

Enums

Error

Enumeration of possible handshake errors.

Response

Server handshake response.