(attach-heartbeats-handler pipeline heartbeats)
(attach-idle-handlers pipeline idle-timeout)
(chunked-writer-enabled? ch)
(close-on-idle-handler)
(coerce-element x)
(handle-heartbeat ctx conn {:keys [payload timeout]})
(has-content-length? msg)
(headers->map h)
(http-file path)
(http-file path offset length)
(http-file path offset length chunk-size)
(map->headers! h m)
(netty-request->ring-request req ssl? ch body)
(netty-response->ring-response rsp complete body)
(normalize-header-key s)
Normalizes a header key to Ab-Cd
format.
Normalizes a header key to `Ab-Cd` format.
(resolve-pings! pending-pings v)
(ring-request->full-netty-request m)
(ring-request->netty-request m)
(ring-request-ssl-session req)
(ring-response->netty-response m)
(send-chunked-body ch msg body)
(send-chunked-file ch msg file)
(send-contiguous-body ch msg body)
(send-file-body ch ssl? msg file)
(send-file-region ch msg file)
(send-message ch keep-alive? ssl? msg body)
(send-streaming-body ch msg body)
(try-set-content-length! msg length)
(websocket-close! conn status-code reason-text d')
(websocket-message-coerce-fn ch pending-pings)
(websocket-message-coerce-fn ch pending-pings close-handshake-fn)
(websocket-ping conn d' data)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close