Back

write-body-to-stream (clj)

(source)

protocol

(write-body-to-stream body response output-stream)
Write a value representing a response body to an output stream. The stream will be closed after the value had been written. The stream may be written asynchronously.

Examples