Liking cljdoc? Tell your friends :D

aleph.http.core


attach-heartbeats-handlerclj

(attach-heartbeats-handler pipeline heartbeats)

attach-idle-handlersclj

(attach-idle-handlers pipeline idle-timeout)

cached-header-keysclj


chunked-writer-enabled?clj

(chunked-writer-enabled? ch)

close-empty-status-codeclj


close-on-idle-handlerclj

(close-on-idle-handler)

coerce-elementclj

(coerce-element x)

default-chunk-sizeclj


empty-last-contentclj


handle-heartbeatclj

(handle-heartbeat ctx conn {:keys [payload timeout]})

has-content-length?clj

(has-content-length? msg)

headers->mapclj

(headers->map h)

http-fileclj

(http-file path)
(http-file path offset length)
(http-file path offset length chunk-size)

map->headers!clj

(map->headers! h m)

netty-request->ring-requestclj

(netty-request->ring-request req ssl? ch body)

netty-response->ring-responseclj

(netty-response->ring-response rsp complete body)

non-standard-keysclj


normalize-header-keyclj

(normalize-header-key s)

Normalizes a header key to Ab-Cd format.

Normalizes a header key to `Ab-Cd` format.
raw docstring

resolve-pings!clj

(resolve-pings! pending-pings v)

ring-request->full-netty-requestclj

(ring-request->full-netty-request m)

ring-request->netty-requestclj

(ring-request->netty-request m)

ring-request-ssl-sessionclj

(ring-request-ssl-session req)

ring-response->netty-responseclj

(ring-response->netty-response m)

send-chunked-bodyclj

(send-chunked-body ch msg body)

send-chunked-fileclj

(send-chunked-file ch msg file)

send-contiguous-bodyclj

(send-contiguous-body ch msg body)

send-file-bodyclj

(send-file-body ch ssl? msg file)

send-file-regionclj

(send-file-region ch msg file)

send-messageclj

(send-message ch keep-alive? ssl? msg body)

send-streaming-bodyclj

(send-streaming-body ch msg body)

try-set-content-length!clj

(try-set-content-length! msg length)

websocket-close!clj

(websocket-close! conn status-code reason-text d')

websocket-message-coerce-fnclj

(websocket-message-coerce-fn ch pending-pings)
(websocket-message-coerce-fn ch pending-pings close-handshake-fn)

websocket-pingclj

(websocket-ping conn d' data)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close