ring.core.protocols

added in 1.6

Protocols necessary for Ring.

StreamableResponseBody

protocol

added in 1.6

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

members

write-body-to-stream

(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.