HttpComponents Core 4.4-beta1 发布,此版本现已提供下载,要求 Java 1.6 及以上版本。
此版本值得注意的改进如下:
* Support for pipelined request processing on the server side
* Support for pipelined request execution on the client side
* Simplified bootstrapping of blocking and non-blocking (NIO) HTTP
server implementations
* Inclusion of SSL context initialization utilities from HttpClient
* New HTTP element tokenizer implementation
HttpComponents也就是以前的httpclient项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端/服务器编程工具包,并且它支持 HTTP 协议最新的版本和建议。
以下列出的是 HttpClient 提供的主要的功能,要知道更多详细的功能可以参见 HttpClient 的主页。
实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等)
支持自动转向
支持 HTTPS 协议
支持代理服务器等
支持Cookie
软件详情:http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt
下载地址:http://hc.apache.org/downloads.cgi
来自:开源中国社区

