HttpComponents Client 5.0 beta7 released

HttpComponents Client 5.0 beta7 released This beta will HttpCore upgrade to the latest version, and solves many problems since the last beta release found.

  • Improved specification document for the latest HTTP / 1.1 protocol (RFC 7230, RFC 7231) the requirements and recommendations of consistency
  • Since there is no lock the global pool, it has a new connection restriction loose connection pooling implementation ensures higher concurrency performance, and improves performance
  • Namespace package has been changed to 'org.apache.hc.client5'
  • Change Maven group id is 'org.apache.httpcomponents.client5'

5.0 series introduces support for HTTP / 2 protocol, as well as providing event-driven messaging API for all supported protocol version HTTP. Supported features:

  • HPACK header compression

  • Stream multiplexing (client and server)

  • Flow control

  • Response push

  • Message trailers

  • Expect-continue handshake

  • Connection validation (ping)

  • Application-layer protocol negotiation (ALPN) on Java 9.0.1+

  • TLS 1.2 security features

Other notable changes and improvements please check your home page .
Download and Release Notes .

Guess you like

Origin www.oschina.net/news/113029/httpcomponents-client-5-0-0-beta7-released