Module workflow_websocket::server::handshake

source ·
Expand description

Module containing simple convenience handshake functions such as greeting()

Functions§

  • Simple greeting handshake where supplied closure receives the first message from the client and should return Ok(()) to proceed or Error to abort the connection.

Type Aliases§