(connect
{:keys [host port input-buffer-size idle-timeout ssl]
:or
{host "localhost" input-buffer-size default-input-buffer port 80 ssl false}
:as params})
(send-request {:keys [session] :as context}
{:keys [input-ch meta-ch output-ch] :as request})
(transmit-data-frames input stream)
Creates DATA frames from the buffers on the channel
Creates DATA frames from the buffers on the channel
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close