I've got a large response I'd like to send out, and I'd like to chunk
it up.

http://en.wikipedia.org/wiki/Chunked_transfer_encoding

Does Lift provide any built in support for this?

I've explored using StreamingResponse, but it expects a dataLength,
which I don't have.  I had hoped to provide it a stream which would
provide each chunk.

Is there a lower level mechanism to write data out?

- Alex

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to