I'm reading large documents from which I only need top 5%, can I do the following with HttpClient 4?
- Request the page (get or post)
- Read response as a stream
- Feed it into SAX-based HTML parser "on the fly"
- When certain HTML tag is detected - terminate the stream
Please note that HttpClient v. 4 is required - I cannot use v. 3