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.