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) HTTPserver implementations * Inclusion of SSL context initialization utilities from HttpClient* New HTTP element tokenizer implementation HttpComponents也就是以前的httpclient项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端/服务器编程工具包,并且它支持 HTTP 协议最新的版本和建议。 以下列出的是 HttpClient 提供的主要的功能,要知道更多详细的功能可以参见 HttpClient 的主页。
|