View Source Chaperon.Action.WebSocket.Connect (chaperon v0.3.1)
WebSocket connection action that needs to be run in order for a
Chaperon.Session to be successfully connected to a web server via WebSocket.
Assigns websocket and websocket_url values to a session when run,
which are used by the remaining websocket actions found under
Chaperon.Action.WebSocket.
The stored values are accessible via session.assigned.websocket &
session.assigned.websocket_url.