I have a java program, that calls a url. The response of url is a json/string. I have to write a program that fetches the data from this url, but I was wondering if there\'s a l
you can consume the response in chunks i.e if the response is 8 mb you can consume 1mb at a time
here is the example http://mrbool.com/keep-alive-connections-and-chunked-response-in-http-1-1-with-java/27915