I want to use a simple HttpClient.
However, it appears sun.net.www.http.HttpClient
is inaccessible.
Also, com.ibm.ws.http.HTTPConnection
- appears to be more supporting of http server and not client. Why? Because when I create an instance of HttpConnection, it has a "getHttpResponse" to which I am supposed to write.
Anyway to use the IBM HttpConnection for HttpClient?
Or, is there any standard httpClient code that I can use?