You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/09/19 14:51:44 UTC

svn commit: r1881851 [5/8] - in /httpcomponents/site: ./ httpcomponents-asyncclient-4.0.x/ httpcomponents-asyncclient-4.1.x/ httpcomponents-client-4.3.x/ httpcomponents-client-4.5.x/ httpcomponents-client-5.0.x/ httpcomponents-core-4.4.x/ httpcomponent...

Modified: httpcomponents/site/httpcomponents-core-5.0.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/index.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/index.html Sat Sep 19 14:51:44 2020
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2020-02-22 ( $Revision: 1070709 $ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20200222" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -20,8 +20,8 @@
                         <a href="http://www.apache.org/" id="bannerLeft">
                                         <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
                 </a>
-                                            <a href=".././" id="bannerRight">
-                                                <img src="../images/logos/httpcomponents.png" alt="HttpComponents" />
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
                 </a>
             <div class="clear">
         <hr/>
@@ -31,12 +31,12 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-02-22</span>
+        <span id="publishDate">Last Published: 2020-09-19</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
             |
-                        <a href="../index.html" title="HttpComponents">HttpComponents</a>
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
               
                 
       </div>
@@ -89,6 +89,9 @@
                                                                                                                                                                                                                     <li class="collapsed">
                           <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
                   </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                  </li>
                                                                                                                               <li class="expanded">
             <strong>HttpCore 5.0</strong>
                   <ul>
@@ -164,10 +167,9 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpCore_Overview"></a>HttpCore Overview</h2>
-<p>HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. </p></div>
-<div class="section">
+<p>HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. </p></section><section>
 <h2><a name="Documentation">Documentation</a></h2>
 <ol style="list-style-type: decimal">
 <li>Some examples of HttpCore components in action can be found <a href="./examples.html">here</a></li>
@@ -176,8 +178,7 @@
 <li><a href="./httpcore5/project-reports.html">HttpCore HTTP/1.1</a></li>
 <li><a href="./httpcore5-h2/project-reports.html">HttpCore HTTP/2</a></li>
 <li><a href="./httpcore5-reactive/project-reports.html">HttpCore Reactive Streams</a></li>
-<li><a href="./httpcore5-testing/project-reports.html">HttpCore testing support</a></li></ul></li></ol></div>
-<div class="section">
+<li><a href="./httpcore5-testing/project-reports.html">HttpCore testing support</a></li></ul></li></ol></section><section>
 <h2><a name="Standards_Compliance">Standards Compliance</a></h2>
 <p>HttpCore components strive to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and the internet at large:</p>
 <ul>
@@ -186,7 +187,7 @@
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc7230">RFC 7230</a> - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</li>
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc7231">RFC 7231</a> - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</li>
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc1945">RFC 1945</a> - Hypertext Transfer Protocol -- HTTP/1.0</li>
-<li><a class="externalLink" href="http://tools.ietf.org/html/rfc2396">RFC 2396</a> - Uniform Resource Identifiers (URI): Generic Syntax</li></ul></div>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc2396">RFC 2396</a> - Uniform Resource Identifiers (URI): Generic Syntax</li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -200,7 +201,7 @@
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
                 <div class="xright">Copyright &#169;                    2005-2020
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 
       </div>

Modified: httpcomponents/site/httpcomponents-core-5.0.x/related-projects.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/related-projects.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/related-projects.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/related-projects.html Sat Sep 19 14:51:44 2020
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2020-02-22 ( $Revision: 1070709 $ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20200222" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -20,8 +20,8 @@
                         <a href="http://www.apache.org/" id="bannerLeft">
                                         <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
                 </a>
-                                            <a href=".././" id="bannerRight">
-                                                <img src="../images/logos/httpcomponents.png" alt="HttpComponents" />
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
                 </a>
             <div class="clear">
         <hr/>
@@ -31,12 +31,12 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-02-22</span>
+        <span id="publishDate">Last Published: 2020-09-19</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
             |
-                        <a href="../index.html" title="HttpComponents">HttpComponents</a>
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
               
                 
       </div>
@@ -89,6 +89,9 @@
                                                                                                                                                                                                                     <li class="collapsed">
                           <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
                   </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                  </li>
                                                                                                                                     <li class="expanded">
                           <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
                     <ul>
@@ -164,12 +167,11 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
-<h2><a name="Related_projects"></a>Related projects</h2>
-<div class="section">
+        <section>
+<h2><a name="Related_projects"></a>Related projects</h2><section>
 <h3><a name="Asynchronous_JSON_message_processors"></a>Asynchronous JSON message processors</h3>
 <p><a class="externalLink" href="https://ok2c.github.io/httpcomponents-jackson/">Asynchronous JSON message processors</a> library is a companion project for HttpCore 5.0 developed outside the Apache Software Foundation.</p>
-<p>The library provides a number of asynchronous message consumers and producers for efficient, reactive processing of HTTP messages with enclosed JSON content using <a class="externalLink" href="https://github.com/FasterXML/jackson">Jackson JSON processor</a>.</p></div></div>
+<p>The library provides a number of asynchronous message consumers and producers for efficient, reactive processing of HTTP messages with enclosed JSON content using <a class="externalLink" href="https://github.com/FasterXML/jackson">Jackson JSON processor</a>.</p></section></section>
       </div>
     </div>
     <div class="clear">
@@ -183,7 +185,7 @@
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
                 <div class="xright">Copyright &#169;                    2005-2020
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 
       </div>

Added: httpcomponents/site/httpcomponents-core-5.1.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/download.html?rev=1881851&view=auto
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/download.html (added)
+++ httpcomponents/site/httpcomponents-core-5.1.x/download.html Sat Sep 19 14:51:44 2020
@@ -0,0 +1,199 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; HttpComponents HttpCore Download Page</title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
+                </a>
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2020-09-19</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+            |
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
+              
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                
+                                <h5>HttpComponents</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="../downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
+                       <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="../news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="../poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
+                       <h5>Components</h5>
+                  <ul>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
+                  </li>
+                                                                                                                                    <li class="expanded">
+                          <a href="../httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                    <ul>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/examples.html" title="Examples">Examples</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/related-projects.html" title="Related">Related</a>
+            </li>
+                      <li class="none">
+            <strong>Download</strong>
+          </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/project-info.html" title="Project Info">Project Info</a>
+            </li>
+              </ul>
+        </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
+                  </li>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
+                       <h5>Legacy</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
+                       <h5>Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="../charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                        <li class="collapsed">
+                          <a href="../project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                       
+                
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <section>
+<h2><a name="HttpCore_Downloads"></a>HttpCore Downloads</h2>
+<p>The latest release available for download:</p>
+<p><a class="externalLink" href="http://hc.apache.org/downloads.cgi">Release packages</a> - <a class="externalLink" href="http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES-5.1.x.txt">Release Notes</a> - <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></p></section><section>
+<h2><a name="Dependency_management">Dependency management</a></h2>
+<p>If you are using a dependency manager for your project such as <a class="externalLink" href="http://maven.apache.org">Apache Maven</a> or <a class="externalLink" href="http://ant.apache.org/projects/ivy.html">Apache Ivy</a>, you can create a dependency on HttpClient modules by using this information:</p>
+<p><a href="./httpcore5/dependency-info.html">HttpCore HTTP/1.1</a> <a href="./httpcore5-h2/dependency-info.html">HttpCore HTTP/2</a> <a href="./httpcore5-reactive/dependency-info.html">HttpCore Reactive Streams</a> <a href="./httpcore5-testing/dependency-info.html">HttpCore testing support</a></p></section>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+                      
+<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
+            
+<br/>
+            
+<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                <div class="xright">Copyright &#169;                    2005-2020
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: httpcomponents/site/httpcomponents-core-5.1.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/examples.html?rev=1881851&view=auto
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/examples.html (added)
+++ httpcomponents/site/httpcomponents-core-5.1.x/examples.html Sat Sep 19 14:51:44 2020
@@ -0,0 +1,231 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; HttpComponents HttpCore Examples</title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
+                </a>
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2020-09-19</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+            |
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
+              
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                
+                                <h5>HttpComponents</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="../downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
+                       <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="../news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="../poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
+                       <h5>Components</h5>
+                  <ul>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
+                  </li>
+                                                                                                                                    <li class="expanded">
+                          <a href="../httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                    <ul>
+                      <li class="none">
+            <strong>Examples</strong>
+          </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/related-projects.html" title="Related">Related</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/download.html" title="Download">Download</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/project-info.html" title="Project Info">Project Info</a>
+            </li>
+              </ul>
+        </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
+                  </li>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
+                       <h5>Legacy</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
+                       <h5>Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="../charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                        <li class="collapsed">
+                          <a href="../project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                       
+                
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <section>
+<h2><a name="HttpCore_Examples"></a>HttpCore Examples</h2>
+<ul>
+<li><a href="./httpcore5/examples/ClassicGetExecutionExample.java"> Classic (blocking) HTTP/1.1 GET requests</a>
+<p>This example demonstrates synchronous execution of multiple HTTP/1.1 GET requests.</p></li>
+<li><a href="./httpcore5/examples/ClassicPostExecutionExample.java"> Classic (blocking) HTTP/1.1 POST requests</a>
+<p>This example demonstrates synchronous execution of multiple HTTP/1.1 POST requests with enclosed content of various types. </p></li>
+<li><a href="./httpcore5/examples/AsyncRequestExecutionExample.java"> Asynchronous HTTP/1.1 GET requests</a>
+<p>This example demonstrates asynchronous execution of multiple HTTP/1.1 requests.</p></li>
+<li><a href="./httpcore5-h2/examples/H2RequestExecutionExample.java"> Asynchronous HTTP/2 GET requests</a>
+<p>This example demonstrates asynchronous execution of multiple HTTP/2 requests.</p></li>
+<li><a href="./httpcore5-h2/examples/H2TlsAlpnRequestExecutionExample.java"> HTTP/2 requests over TLS connections with ALPN support</a>
+<p>This example demonstrates how to execute HTTP/2 requests over TLS connections with ALPN support. It also explains how to avoid the illegal reflective access operation warning when running Java 9 or older.</p></li>
+<li><a href="./httpcore5-h2/examples/H2ConscriptRequestExecutionExample.java"> HTTP/2 requests over TLS connections with ALPN support on Java 1.7 and Java 1.8</a>
+<p>This example demonstrates how to execute HTTP/2 requests over TLS connections with ALPN support on Java 1.7 and Java 1.8.</p></li>
+<li><a href="./httpcore5/examples/AsyncPipelinedRequestExecutionExample.java"> Asynchronous HTTP/1.1 GET requests with message pipelining</a>
+<p>This example demonstrates asynchronous, pipelined execution multiple HTTP/1.1 requests.</p></li>
+<li><a href="./httpcore5-h2/examples/H2MultiStreamExecutionExample.java"> Asynchronous HTTP/2 GET requests with multiple concurrent streams</a>
+<p>This example demonstrates asynchronous, multistream execution of multiple HTTP/2 requests.</p></li>
+<li><a href="./httpcore5/examples/ClassicFileServerExample.java"> Classic (blocking) HTTP/1.1 file server</a>
+<p>This is an example of an embedded HTTP/1.1 file server with a classic (blocking) message transport.</p></li>
+<li><a href="./httpcore5/examples/ClassicServerFilterExample.java"> Request filters with classic (blocking) HTTP/1.1 server</a>
+<p>This is an example of using synchronous request filters with an embedded HTTP/1.1 server.</p></li>
+<li><a href="./httpcore5/examples/AsyncFileServerExample.java"> Asynchronous HTTP/1.1 file server</a>
+<p>This is an example of an embedded HTTP/1.1 file server with an event driven, non-blocking message transport.</p></li>
+<li><a href="./httpcore5/examples/AsyncServerFilterExample.java"> Request filters with asynchronous HTTP/1.1 server</a>
+<p>This is an example of using asynchronous request filters with an embedded HTTP/1.1 server.</p></li>
+<li><a href="./httpcore5-h2/examples/H2FileServerExample.java"> Asynchronous HTTP/2 file server</a>
+<p>This is an example of an embedded HTTP/2 file server with an event driven, non-blocking message transport.</p></li>
+<li><a href="./httpcore5/examples/ClassicReverseProxyExample.java"> Classic (blocking) HTTP reverse proxy</a>
+<p>This is an example of an embedded HTTP/1.1 reverse proxy with a classic (blocking) message transport.</p></li>
+<li><a href="./httpcore5/examples/AsyncReverseProxyExample.java"> Asynchronous HTTP reverse proxy</a>
+<p>This is an example of an embedded HTTP/1.1 reverse proxy with an event driven, non-blocking message transport.</p></li></ul></section><section>
+<h2><a name="HttpCore_Reactive_Streams_Examples"></a>HttpCore Reactive Streams Examples</h2>
+<ul>
+<li><a href="./httpcore5-reactive/examples/ReactiveFullDuplexClientExample.java"> Client Reactive Streams</a>
+<p>This is an example of full-duplex HTTP/1.1 client side message exchanges using reactive streaming.</p></li>
+<li><a href="./httpcore5-reactive/examples/ReactiveFullDuplexServerExample.java"> Server Reactive Streams</a>
+<p>This is an example of full-duplex HTTP/1.1 server side message exchanges using reactive streaming.</p></li></ul></section>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+                      
+<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
+            
+<br/>
+            
+<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                <div class="xright">Copyright &#169;                    2005-2020
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: httpcomponents/site/httpcomponents-core-5.1.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/index.html?rev=1881851&view=auto
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/index.html (added)
+++ httpcomponents/site/httpcomponents-core-5.1.x/index.html Sat Sep 19 14:51:44 2020
@@ -0,0 +1,213 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; HttpComponents HttpCore Overview</title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
+                </a>
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2020-09-19</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+            |
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
+              
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                
+                                <h5>HttpComponents</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="../downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
+                       <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="../news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="../poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
+                       <h5>Components</h5>
+                  <ul>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
+                  </li>
+                                                                                                                              <li class="expanded">
+            <strong>HttpCore 5.1 BETA</strong>
+                  <ul>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/examples.html" title="Examples">Examples</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/related-projects.html" title="Related">Related</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/download.html" title="Download">Download</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/project-info.html" title="Project Info">Project Info</a>
+            </li>
+              </ul>
+        </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
+                  </li>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
+                       <h5>Legacy</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
+                       <h5>Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="../charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                        <li class="collapsed">
+                          <a href="../project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                       
+                
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <section>
+<h2><a name="HttpCore_Overview"></a>HttpCore Overview</h2>
+<p>HttpCore is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. </p></section><section>
+<h2><a name="Documentation">Documentation</a></h2>
+<ol style="list-style-type: decimal">
+<li>Some examples of HttpCore components in action can be found <a href="./examples.html">here</a></li>
+<li>Project reports
+<ul>
+<li><a href="./httpcore5/project-reports.html">HttpCore HTTP/1.1</a></li>
+<li><a href="./httpcore5-h2/project-reports.html">HttpCore HTTP/2</a></li>
+<li><a href="./httpcore5-reactive/project-reports.html">HttpCore Reactive Streams</a></li>
+<li><a href="./httpcore5-testing/project-reports.html">HttpCore testing support</a></li></ul></li></ol></section><section>
+<h2><a name="Standards_Compliance">Standards Compliance</a></h2>
+<p>HttpCore components strive to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and the internet at large:</p>
+<ul>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc7540">RFC 7540</a> - Hypertext Transfer Protocol Version 2 (HTTP/2)</li>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc7541">RFC 7541</a> - HPACK: Header Compression for HTTP/2</li>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc7230">RFC 7230</a> - Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</li>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc7231">RFC 7231</a> - Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</li>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc1945">RFC 1945</a> - Hypertext Transfer Protocol -- HTTP/1.0</li>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc3986">RFC 3986</a> - Uniform Resource Identifier (URI): Generic Syntax</li></ul></section>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+                      
+<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
+            
+<br/>
+            
+<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                <div class="xright">Copyright &#169;                    2005-2020
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: httpcomponents/site/httpcomponents-core-5.1.x/related-projects.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.1.x/related-projects.html?rev=1881851&view=auto
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.1.x/related-projects.html (added)
+++ httpcomponents/site/httpcomponents-core-5.1.x/related-projects.html Sat Sep 19 14:51:44 2020
@@ -0,0 +1,197 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; HttpComponents HttpCore Examples</title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
+                </a>
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2020-09-19</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+            |
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
+              
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                
+                                <h5>HttpComponents</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="../downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
+                       <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="../news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="../poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
+                       <h5>Components</h5>
+                  <ul>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
+                  </li>
+                                                                                                                                    <li class="expanded">
+                          <a href="../httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                    <ul>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/examples.html" title="Examples">Examples</a>
+            </li>
+                      <li class="none">
+            <strong>Related</strong>
+          </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/download.html" title="Download">Download</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-core-5.1.x/project-info.html" title="Project Info">Project Info</a>
+            </li>
+              </ul>
+        </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
+                  </li>
+                                                                                                                                                                                                                    <li class="collapsed">
+                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
+                       <h5>Legacy</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
+                       <h5>Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="../charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                        <li class="collapsed">
+                          <a href="../project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                       
+                
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <section>
+<h2><a name="Related_projects"></a>Related projects</h2><section>
+<h3><a name="Asynchronous_JSON_message_processors"></a>Asynchronous JSON message processors</h3>
+<p><a class="externalLink" href="https://ok2c.github.io/httpcomponents-jackson/">Asynchronous JSON message processors</a> library is a companion project for HttpCore 5.0 developed outside the Apache Software Foundation.</p>
+<p>The library provides a number of asynchronous message consumers and producers for efficient, reactive processing of HTTP messages with enclosed JSON content using <a class="externalLink" href="https://github.com/FasterXML/jackson">Jackson JSON processor</a>.</p></section></section>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+                      
+<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
+            
+<br/>
+            
+<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                <div class="xright">Copyright &#169;                    2005-2020
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Modified: httpcomponents/site/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/index.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/index.html (original)
+++ httpcomponents/site/index.html Sat Sep 19 14:51:44 2020
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2020-02-22 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision$ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20200222" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -20,8 +20,8 @@
                         <a href="http://www.apache.org/" id="bannerLeft">
                                         <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
                 </a>
-                                            <a href="./" id="bannerRight">
-                                                <img src="images/logos/httpcomponents.png" alt="HttpComponents" />
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
                 </a>
             <div class="clear">
         <hr/>
@@ -31,12 +31,12 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-02-22</span>
+        <span id="publishDate">Last Published: 2020-09-19</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
             |
-                        <a href="index.html" title="HttpComponents">HttpComponents</a>
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
               
                 
       </div>
@@ -90,6 +90,9 @@
                           <a href="httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
                   </li>
                                                                                                                           <li class="collapsed">
+                          <a href="httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
                           <a href="httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
                   </li>
                                                                                                                                                                                                                     <li class="collapsed">
@@ -150,37 +153,31 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="Apache_HttpComponents"></a>Apache HttpComponents</h2>
 <p>The Apache HttpComponents&#x2122; project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols.</p>
-<p>This project functions under the Apache Software Foundation (http://www.apache.org), and is part of a larger community of developers and users.</p></div>
-<div class="section">
+<p>This project functions under the Apache Software Foundation (http://www.apache.org), and is part of a larger community of developers and users.</p></section><section>
 <h2><a name="HttpComponents_Overview"></a>HttpComponents Overview</h2>
 <p>The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. Web services, network-enabled appliances and the growth of network computing continue to expand the role of the HTTP protocol beyond user-driven web browsers, while increasing the number of applications that require HTTP support.</p>
-<p>Designed for extension while providing robust support for the base HTTP protocol, the HttpComponents may be of interest to anyone building HTTP-aware client and server applications such as web browsers, web spiders, HTTP proxies, web service transport libraries, or systems that leverage or extend the HTTP protocol for distributed communication. </p></div>
-<div class="section">
-<h2><a name="HttpComponents_Structure">HttpComponents Structure</a></h2>
-<div class="section">
+<p>Designed for extension while providing robust support for the base HTTP protocol, the HttpComponents may be of interest to anyone building HTTP-aware client and server applications such as web browsers, web spiders, HTTP proxies, web service transport libraries, or systems that leverage or extend the HTTP protocol for distributed communication. </p></section><section>
+<h2><a name="HttpComponents_Structure">HttpComponents Structure</a></h2><section>
 <h3><a name="HttpComponents_Core">HttpComponents Core</a></h3>
 <p><a href="./httpcomponents-core-ga/index.html">HttpCore</a> is a set of low level HTTP transport components that can be used to build custom client and server side HTTP services with a minimal footprint. HttpCore supports two I/O models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O model based on Java NIO. </p>
 <p>The blocking I/O model may be more appropriate for data intensive, low latency scenarios, whereas the non-blocking model may be more appropriate for high latency scenarios where raw data throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner.</p>
 <ul>
 <li>HttpCore Tutorial <a href="./httpcomponents-core-ga/tutorial/html">HTML</a> / <a href="./httpcomponents-core-ga/tutorial/pdf/httpcore-tutorial.pdf">PDF</a> </li>
-<li>HttpCore <a href="./httpcomponents-core-ga/examples.html">Examples</a></li></ul></div>
-<div class="section">
+<li>HttpCore <a href="./httpcomponents-core-ga/examples.html">Examples</a></li></ul></section><section>
 <h3><a name="HttpComponents_Client">HttpComponents Client</a></h3>
 <p><a href="./httpcomponents-client-ga/index.html">HttpClient</a> is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore. It also provides reusable components for client-side authentication, HTTP state management, and HTTP connection management. HttpComponents Client is a successor of and replacement for <a class="externalLink" href="http://hc.apache.org/httpclient-legacy/index.html"> Commons HttpClient 3.x</a>. Users of Commons HttpClient are strongly encouraged to upgrade.</p>
 <ul>
 <li>HttpClient Tutorial <a href="./httpcomponents-client-ga/tutorial/html">HTML</a> / <a href="./httpcomponents-client-ga/tutorial/pdf/httpclient-tutorial.pdf">PDF</a></li>
-<li>HttpClient <a href="./httpcomponents-client-ga/examples.html">Samples</a></li></ul></div>
-<div class="section">
+<li>HttpClient <a href="./httpcomponents-client-ga/examples.html">Samples</a></li></ul></section><section>
 <h3><a name="HttpComponents_AsyncClient">HttpComponents AsyncClient</a></h3>
 <p><a href="./httpcomponents-asyncclient-dev/index.html">Asynch HttpClient</a> is a HTTP/1.1 compliant HTTP agent implementation based on HttpCore NIO and HttpClient components. It is a complementary module to Apache HttpClient intended for special cases where ability to handle a great number of concurrent connections is more important than performance in terms of a raw data throughput.</p>
 <ul>
-<li>HttpAsyncClient <a href="./httpcomponents-asyncclient-dev/examples.html">Samples</a></li></ul></div>
-<div class="section">
+<li>HttpAsyncClient <a href="./httpcomponents-asyncclient-dev/examples.html">Samples</a></li></ul></section><section>
 <h3><a name="Commons_HttpClient_.28legacy.29"></a><a name="Commons_HttpClient_legacy">Commons HttpClient (legacy)</a></h3>
-<p>Commons HttpClient 3.x codeline is at the end of life. All users of Commons HttpClient 3.x are strongly encouraged to upgrade to HttpClient 4.1. </p></div></div>
+<p>Commons HttpClient 3.x codeline is at the end of life. All users of Commons HttpClient 3.x are strongly encouraged to upgrade to HttpClient 4.1. </p></section></section>
       </div>
     </div>
     <div class="clear">
@@ -194,7 +191,7 @@
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
                 <div class="xright">Copyright &#169;                    2005-2020
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 
       </div>

Modified: httpcomponents/site/licenses.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/licenses.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/licenses.html (original)
+++ httpcomponents/site/licenses.html Sat Sep 19 14:51:44 2020
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at 2020-09-12 ( $Revision: 1070709 $ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-09-19 ( $Revision: 1070709 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20200912" />
+    <meta name="Date-Revision-yyyymmdd" content="20200919" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -20,8 +20,8 @@
                         <a href="http://www.apache.org/" id="bannerLeft">
                                         <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
                 </a>
-                                            <a href="./" id="bannerRight">
-                                                <img src="images/logos/httpcomponents.png" alt="HttpComponents" />
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
                 </a>
             <div class="clear">
         <hr/>
@@ -31,12 +31,12 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-09-12</span>
+        <span id="publishDate">Last Published: 2020-09-19</span>
                   &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
             |
-                        <a href="index.html" title="HttpComponents">HttpComponents</a>
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
               
                 
       </div>
@@ -90,6 +90,9 @@
                           <a href="httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
                   </li>
                                                                                                                           <li class="collapsed">
+                          <a href="httpcomponents-core-5.1.x/index.html" title="HttpCore 5.1 BETA">HttpCore 5.1 BETA</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
                           <a href="httpcomponents-core-5.0.x/index.html" title="HttpCore 5.0">HttpCore 5.0</a>
                   </li>
                                                                                                                                                                                                                     <li class="collapsed">
@@ -161,12 +164,10 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
-<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
-<div class="section">
-<h2><a name="Project_Licenses"></a>Project Licenses</h2><a name="Project_Licenses"></a>
-<div class="section">
+<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></section><section>
+<h2><a name="Project_Licenses"></a>Project Licenses</h2><a name="Project_Licenses"></a><section>
 <h3><a name="Apache_License"></a>Apache License</h3><a name="Apache_License"></a>
 <div class="source">
 <pre>                                 Apache License
@@ -345,7 +346,7 @@
       of your accepting any such warranty or additional liability.
 
    END OF TERMS AND CONDITIONS
-</pre></div></div></div>
+</pre></div></section></section>
       </div>
     </div>
     <div class="clear">
@@ -359,7 +360,7 @@
             
 <div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
                 <div class="xright">Copyright &#169;                    2005-2020
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
             All Rights Reserved.      
                 
       </div>