org.apache.httpcomponents

http://hc.apache.org/

http://hc.apache.org/httpcomponents-asyncclient-4.1.x/index.html

http://hc.apache.org/httpcomponents-core-ga/tutorial/html/index.html

<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpclient</artifactId>
  <version>4.5.13</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>
posted @ 2021-01-21 15:47  tonggc1668  阅读(997)  评论(0编辑  收藏  举报