【发布时间】:2015-03-27 08:00:33
【问题描述】:
HttpClient 4.1.x 的文档在哪里?
我只想要http://hc.apache.org/httpcomponents-client-4.4.x/index.html(4.4.x 的文档)之类的东西
我的悲伤故事
我将使用HttpClient 4.1.x,但无法升级到4.3.x 或4.4.x,因为父模块(调用我的模块)使用4.1.x。这是大公司的典型问题。
首先,我想找到HttpClient 4.1.x的文档,所以我打开了HttppClient的主页:
但在导航中我只能找到4.3 和4.4 的文档。我找了Older Versions 或Version List 之类的东西,但找不到任何东西。
然后我尝试搜索(Google)并找到了4.2.x 主页。我希望这可能会链接到 4.1.x 文档,但没有运气。
http://hc.apache.org/httpcomponents-client-4.2.x/index.html
我擅长学习模式,所以我猜4.1.x的主页是:
http://hc.apache.org/httpcomponents-client-4.1.x/index.html
但是,再次失望:
【问题讨论】:
标签: java apache httpclient document apache-httpclient-4.x