Liking cljdoc? Tell your friends :D

net.http.chunk


backpressure-fnclj

(backpressure-fn ctx)

Stop automatically reading from the body channel when we are signalled for backpressure.

Stop automatically reading from the body channel when we are signalled
for backpressure.
sourceraw docstring

body-chanclj

(body-chan inbuf {:keys [reducer xf init]})
source

chunk->http-objectclj

(chunk->http-object chunk)
source

ChunkEncodercljprotocol

A simple encoding protocol for chunks

A simple encoding protocol for chunks

any->http-objectclj

(any->http-object chunk)

Convert arbitrary data to an HttpContent instance

Convert arbitrary data to an HttpContent instance
sourceraw docstring

close-fnclj

(close-fn msg ctx)

A closure over a context that will close it when called.

A closure over a context that will close it when called.
sourceraw docstring

content-chunk?clj

(content-chunk? x)

Predicate to check for ChunkEncoder compliance

Predicate to check for ChunkEncoder compliance
sourceraw docstring

enqueueclj

(enqueue sink ctx msg)
(enqueue sink ctx msg close?)
source

file-chunkclj

(file-chunk f)

Create an input stream chunk from a File

Create an input stream chunk from a File
sourceraw docstring

input-stream-chunkclj

(input-stream-chunk is)

Fill up a ByteBuf with the contents of an input stream

Fill up a ByteBuf with the contents of an input stream
sourceraw docstring

prepare-bodyclj

(prepare-body x)
source

start-write-listenerclj

(start-write-listener ctx ch)
source

write-listener-callbackclj

(write-listener-callback listener ctx)

Used hand in hand with

Used hand in hand with 
sourceraw docstring

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

× close