This simple class allows sending http GET requests in the identical way as, for example, Chrome browser does.
It can throw several exceptions with pre-defined codes, see HttpGetRequestExample.java, so that it is usually clear what the problem was.
The data is retrieved as a raw byte array which has a proper size, e.g. usually the size of the requested html page.