babashka.http-client.websocket
A
Closes this WebSocket's input and output abruptly.
function([ws])
C
Initiates an orderly closure of this WebSocket's output by sending a Close message with the given status code and the ...
function([ws] [ws status-code reason])
P
S
Sends a message to the WebSocket. `data` can be a CharSequence (e.g. string), byte array or ByteBuffer Options: *...
function([ws data] [ws data opts])
W
Builds `java.net.http.Websocket` client. * `:uri` - the uri to request (required). May be a string or map of `:sc...
function([{:keys [client], :as opts}])