(accept-web-socket-request-subprocess routing-fn
client-socket
header-map-with-body)
Work with established websocket connection
Work with established websocket connection
(decode-message encoded-bytes key-array)
Decode message sent through websocket
Decode message sent through websocket https://tools.ietf.org/html/rfc6455#section-5.2
(encode-message message & [first-byte user-agent])
Encoding message to send it through websocket
Encoding message to send it through websocket https://tools.ietf.org/html/rfc6455#section-5.2
(md5-checksum-fn ary)
Generate checksum of read file
Generate checksum of read file
(read-till-fin-is-one input-stream user-agent)
Read from input stream all messages till FIN bit has value 1 (one)
Read from input stream all messages till FIN bit has value 1 (one)
(start-server routing-fn
&
[default-response-headers port https-conf public-dir])
Starts listening on opened server socket
Starts listening on opened server socket
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close