Module workflow_rpc::server::handshake
source · Expand description
WebSocket handshake helpers
Functions§
- Simple greeting handshake where supplied closure receives the first message from the client and should return
Ok(())
to proceed orError
to abort the connection.
Type Aliases§
- Handshake closure function type for
greeting()
handshake