(connect {:keys [host port input-buffer-size idle-timeout ssl insecure?
on-close]
:or {host "localhost"
input-buffer-size default-input-buffer
port 80
ssl false
insecure? 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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |