Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
We re implementing a REST client on JRE 1.4.
Seems two good options for a client REST framework are HttpClient and HttpUrlConnection.
Is there a reason to use HttpClient over the JRE s HttpUrlConnection?