Contents

skipHandshake

A Boolean indicating whether the WebSocket protocol skips its handshake and begins framing data once the underlying connection is established.

Declaration

var skipHandshake: Bool { get set }

Discussion

This option should not be set when communicating with a generic WebSocket server or client. This option allows a custom handshake (or no handshake) to be implemented below the WebSocket layer when both client and server are coordinated.

See Also

Configuring Client Handshakes