WebSockets
WebSocket requests use WEBSOCKET followed by the ws:// or wss:// URL. The message body after a blank line is sent when the connection opens.
websocket.httphttp
### WEBSOCKET_ECHO
WEBSOCKET wss://echo.websocket.org
{ "name": "world" }Kulala keeps the connection open so you can send additional messages and read responses. In editor integrations, keybindings control send/close; in Kulala Desktop, use the WebSocket panel controls.
Note: Older docs may list
WS/WSSas method names. kulala-core usesWEBSOCKETas the method keyword withws://orwss://in the URL.