HttpComponents Core 4.4-alpha1 发布,现已提供下载。此版本是 4.4.x 系列的第一个 ALPHA 版本,
值得关注的特性如下:
* 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
更多更新内容请看发行说明。
HttpComponents也就是以前的httpclient项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端/服务器编程工具包,并且它支持 HTTP 协议最新的版本和建议。
项目主页:http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt
下载地址:http://hc.apache.org/downloads.cgi
来自:开源中国社区