Skip to content

Commit f620fb5

Browse files
committed
Project status update
1 parent 87b18ef commit f620fb5

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

src/site/markdown/httpcomponents-client-5.4.x/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Features
6262

6363
- Standards based, pure Java, implementation of HTTP versions 1.0, 1.1, 2.0 (only async APIs)
6464
- Supports encryption with HTTPS (HTTP over SSL) protocol.
65-
- Pluggable socket factories and TLS strategies.
66-
- Transparent message exchanges through HTTP/1.1 and HTTP/1.0 proxies.
65+
- Pluggable TLS strategies.
66+
- Transparent message exchanges through HTTP/1.1, HTTP/1.0 and SOCKS proxies.
6767
- Tunneled HTTPS connections through HTTP/1.1 and HTTP/1.0 proxies, via the CONNECT method.
6868
- Basic, Digest, Bearer authentication schemes.
6969
- HTTP state management and cookie support.
@@ -73,7 +73,7 @@ Features
7373

7474
Standards Compliance
7575
--------------------
76-
76+
7777
HttpClient strives to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and
7878
the internet at large:
7979

src/site/markdown/status.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
HttpComponents Project Status
2121
=============================
2222

23+
HttpComponents HttpClient 5.5.x
24+
-------------------------------
25+
26+
HttpClient 5.5.x branch is the current development branch. The 5.5.x release series is going to feature
27+
an experimental Classic API facade acting as a compatibility bridge between the classic I/O client services
28+
(based on the standard InputStream / OutputStream model) and the asynchronous message transport used internally.
29+
This branch also makes it possible for the pooling connection manager to make use of HTTP/2 message
30+
multiplexing.
31+
2332
HttpComponents HttpClient 5.4.x
2433
-------------------------------
2534

0 commit comments

Comments
 (0)