playframework/play-ws

Can play-ws handle stream response?

Tasselmi opened this issue · 0 comments

could you guys give some examples to handle streaming response in non-play program?
THX.

previously I am using org.apache.http.HttpClient.getEntity to handle stream response , but it turns out wrong... entity is non-reentrant, so I am not able to iterate the response and get all of the results.