Liking cljdoc? Tell your friends :D

ring.response

Core protocols and functions for Ring 2 response maps.

Core protocols and functions for Ring 2 response maps.
raw docstring

StreamableResponseBodycljprotocol

A protocol for writing data to the response body via an output stream.

A protocol for writing data to the response body via an output stream.

-write-body-to-streamclj

(-write-body-to-stream body response output-stream)
raw docstring

write-body-to-streamclj

(write-body-to-stream response output-stream)

Write a value representing a response body to an output stream. The stream will be automically closed after the function ends.

Write a value representing a response body to an output stream. The stream
will be automically closed after the function ends.
raw docstring

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

× close