(http-file path)
(http-file path offset length)
(http-file path offset length chunk-size)
(normalize-header-key s)
Normalizes a header key to Ab-Cd
format.
Normalizes a header key to `Ab-Cd` format.
(send-message ch keep-alive? ssl? msg body)
Write an HttpMessage and body to a Netty channel.
Accepts Strings, ByteBuffers, ByteBufs, byte[], ChunkedInputs, Files, Paths, HttpFiles, seqs and streams for bodies.
Seqs and streams must be, or be coercible to, a stream of ByteBufs.
Write an HttpMessage and body to a Netty channel. Accepts Strings, ByteBuffers, ByteBufs, byte[], ChunkedInputs, Files, Paths, HttpFiles, seqs and streams for bodies. Seqs and streams must be, or be coercible to, a stream of ByteBufs.
(websocket-message-coerce-fn ch pending-pings)
(websocket-message-coerce-fn ch pending-pings close-handshake-fn)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close