Hi, httpclient users,
I have following maven dependencies, I would ask a question about the 
difference between commons-httpclient and org.apache.httpcomponents.  Although 
they are both related with HttpClient, but it eems that they are totally 
difference http client modules.

Thanks.



<dependency> 
<groupId>commons-httpclient</groupId> 
<artifactId>commons-httpclient</artifactId> 
<version>3.1</version> 
</dependency> 
<dependency> 
<groupId>org.apache.httpcomponents</groupId> 
<artifactId>httpclient</artifactId> 
<version>4.3.6</version> 
</dependency>



bit1...@163.com

Reply via email to