Ithink this used to be possible in Play 1.x, but I can't find how to do it in Play 2.x
I know that Play is asynchronous and uses Iteratee
s. However, there is generally much better support for InputStream
s.
(In this case, I will be using a streaming JSON parser like Jackson to process the request body.)
How can I get an InputStream
from a chunked request body?