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 [4/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-client-5.0.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/download.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/download.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/download.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-03-07 ( $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="20200307" />
+    <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-03-07</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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,16 +182,15 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Downloads"></a>HttpClient 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/httpclient/RELEASE_NOTES-5.0.x.txt">Release Notes</a> - <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></p></div>
-<div class="section">
+<p><a class="externalLink" href="http://hc.apache.org/downloads.cgi">Release packages</a> - <a class="externalLink" href="http://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-5.0.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="./httpclient5/dependency-info.html">HttpClient</a></p>
 <p><a href="./httpclient5-fluent/dependency-info.html">Fluent HC</a></p>
-<p><a href="./httpclient5-cache/dependency-info.html">HttpClient Cache</a></p></div>
+<p><a href="./httpclient5-cache/dependency-info.html">HttpClient Cache</a></p></section>
       </div>
     </div>
     <div class="clear">
@@ -202,7 +204,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-client-5.0.x/examples-async.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/examples-async.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/examples-async.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/examples-async.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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,7 +182,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Examples_.28Async.29"></a>HttpClient Examples (Async)</h2>
 <ul>
 <li><a href="./httpclient5/examples/AsyncClientHttpExchange.java"> Asynchronous HTTP exchange</a>
@@ -203,7 +206,7 @@
 <li><a href="./httpclient5/examples/AsyncClientCustomSSL.java"> Custom SSL context</a>
 <p>This example demonstrates how to create secure connections with a custom SSL context.</p></li>
 <li><a href="./httpclient5/examples/AsyncClientConnectionEviction.java"> Connection eviction</a>
-<p>This example demonstrates how to evict expired and idle connections from the connection pool.</p></li></ul></div>
+<p>This example demonstrates how to evict expired and idle connections from the connection pool.</p></li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -217,7 +220,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-client-5.0.x/examples-reactive.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/examples-reactive.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/examples-reactive.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/examples-reactive.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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,11 +182,11 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Examples_.28Async.29"></a>HttpClient Examples (Async)</h2>
 <ul>
 <li><a href="./httpclient5/examples/AsyncClientHttpExchange.java"> HTTP exchange with Reactive Streams</a>
-<p>This example demonstrates a reactive, full-duplex HTTP/1.1 message exchange using RxJava.</p></li></ul></div>
+<p>This example demonstrates a reactive, full-duplex HTTP/1.1 message exchange using RxJava.</p></li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -197,7 +200,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-client-5.0.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/examples.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/examples.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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,7 +182,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Examples_.28Classic.29"></a>HttpClient Examples (Classic)</h2>
 <ul>
 <li><a href="./httpclient5/examples/ClientWithResponseHandler.java">Response handling</a>
@@ -215,7 +218,7 @@
 <li><a href="./httpclient5/examples/ProxyTunnelDemo.java">Proxy tunnel</a>
 <p>This example shows how to use ProxyClient in order to establish a tunnel through an HTTP proxy for an arbitrary protocol.</p></li>
 <li><a href="./httpclient5/examples/ClientMultipartFormPost.java">Multipart encoded request entity</a>
-<p>This example shows how to execute requests enclosing a multipart encoded entity. </p></li></ul></div>
+<p>This example shows how to execute requests enclosing a multipart encoded entity. </p></li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -229,7 +232,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-client-5.0.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/index.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/index.html (original)
+++ httpcomponents/site/httpcomponents-client-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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,12 +182,11 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Overview"></a>HttpClient 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>Although the java.net package provides basic functionality for accessing resources via HTTP, it doesn't provide the full flexibility or functionality needed by many applications. HttpClient seeks to fill this void by providing an efficient, up-to-date, and feature-rich package implementing the client side of the most recent HTTP standards and recommendations.</p>
-<p>Designed for extension while providing robust support for the base HTTP protocol, HttpClient may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.</p></div>
-<div class="section">
+<p>Designed for extension while providing robust support for the base HTTP protocol, HttpClient may be of interest to anyone building HTTP-aware client applications such as web browsers, web service clients, or systems that leverage or extend the HTTP protocol for distributed communication.</p></section><section>
 <h2><a name="Documentation">Documentation</a></h2>
 <ol style="list-style-type: decimal">
 <li><a href="./examples.html">HttpClient Examples</a> - a set of examples demonstrating some of the more complex behavior. </li>
@@ -193,8 +195,7 @@
 <li><a href="./httpclient5/project-reports.html">HttpClient</a></li>
 <li><a href="./httpclient5-fluent/project-reports.html">HC Fluent</a></li>
 <li><a href="./httpclient5-cache/project-reports.html">HttpClient Cache</a></li>
-<li><a href="./httpclient5-win/project-reports.html">HttpClient Windows extensions</a></li></ul></li></ol></div>
-<div class="section">
+<li><a href="./httpclient5-win/project-reports.html">HttpClient Windows extensions</a></li></ul></li></ol></section><section>
 <h2><a name="Features">Features</a></h2>
 <ul>
 <li>Standards based, pure Java, implementation of HTTP versions 1.0 and 1.1</li>
@@ -214,8 +215,7 @@
 <li>Direct access to the response code and headers sent by the server.</li>
 <li>The ability to set connection timeouts.</li>
 <li>Support for HTTP/1.1 response caching.</li>
-<li>Source code is freely available under the Apache License.</li></ul></div>
-<div class="section">
+<li>Source code is freely available under the Apache License.</li></ul></section><section>
 <h2><a name="Standards_Compliance">Standards Compliance</a></h2>
 <p>HttpClient strives to conform to the following specifications endorsed by the Internet Engineering Task Force (IETF) and the internet at large:</p>
 <ul>
@@ -226,7 +226,7 @@
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc2817">RFC 2817</a> - Upgrading to TLS Within HTTP/1.1</li>
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc2818">RFC 2818</a> - HTTP Over TLS</li>
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc6265">RFC 6265</a> - HTTP State Management Mechanism (Cookies)</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">
@@ -240,7 +240,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-client-5.0.x/logging.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/logging.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/logging.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/logging.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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,35 +182,29 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="Logging_Practices"></a>Logging Practices</h2>
-<p>Being a library HttpClient is not to dictate which logging framework the user has to use. Therefore HttpClient utilizes the logging facade provided by the <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/api.html">Apache Log4j 2</a> package. <tt>Log4j 2</tt> provides a simple and generalized <a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-api/apidocs/index.html?org/apache/logging/log4j/package-summary.html">log interface</a> to various logging packages. By using <tt>Log4j</tt>, HttpClient can be configured for a variety of different logging behaviours. That means the user will have to make a choice which logging implementation to use. By default <tt>Log4j 2</tt> supports the following logging implementation:</p>
+<p>Being a library HttpClient is not to dictate which logging framework the user has to use. Therefore HttpClient utilizes the logging facade provided by the <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/api.html">Apache Log4j 2</a> package. <code>Log4j 2</code> provides a simple and generalized <a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-api/apidocs/index.html?org/apache/logging/log4j/package-summary.html">log interface</a> to various logging packages. By using <code>Log4j</code>, HttpClient can be configured for a variety of different logging behaviours. That means the user will have to make a choice which logging implementation to use. By default <code>Log4j 2</code> supports the following logging implementation:</p>
 <ul>
 <li><a class="externalLink" href="https://logging.apache.org/log4j/2.x/">Log4J 2</a></li>
 <li><a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-to-slf4j/index.html">SLF4J</a></li>
-<li><a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/simple/SimpleLogger.html"> SimpleLog</a> (internal to <tt>Log4J 2</tt>)</li>
+<li><a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/simple/SimpleLogger.html"> SimpleLog</a> (internal to <code>Log4J 2</code>)</li>
 <li><a class="externalLink" href="https://logging.apache.org/log4j/2.x/log4j-jul/index.html"> java.util.logging</a>
-<p>By implementing some simple interfaces <tt>Log4J 2</tt> can be extended to support basically any other custom logging framework. <tt>Log4J 2</tt> tries to automatically discover the logging framework to use. If it fails to select the expected one, you must configure <tt>Log4J 2</tt> by hand. Please refer to the <tt>Log4J 2</tt> documentation for more information.</p>
-<p>HttpClient performs three different kinds of logging: the standard context logging used within each class, HTTP header logging and full wire logging. </p></li></ul>
-<div class="section">
+<p>By implementing some simple interfaces <code>Log4J 2</code> can be extended to support basically any other custom logging framework. <code>Log4J 2</code> tries to automatically discover the logging framework to use. If it fails to select the expected one, you must configure <code>Log4J 2</code> by hand. Please refer to the <code>Log4J 2</code> documentation for more information.</p>
+<p>HttpClient performs three different kinds of logging: the standard context logging used within each class, HTTP header logging and full wire logging. </p></li></ul><section>
 <h3><a name="Understanding_Logger_Names">Understanding Logger Names</a></h3>
-<p>Most logging implementations use a hierarchical scheme for matching logger names with logging configuration. In this scheme, the logger name hierarchy is represented by <tt>'.'</tt> characters in the logger name, in a fashion very similar to the hierarchy used for Java package names. For example, <tt>org.apache.logging.appender</tt> and <tt>org.apache.logging.filter</tt> both have <tt>org.apache.logging</tt> as their parent. In most cases, applications name their loggers by passing the current class's name to <tt>LogManager.getLogger(...)</tt>. </p></div>
-<div class="section">
+<p>Most logging implementations use a hierarchical scheme for matching logger names with logging configuration. In this scheme, the logger name hierarchy is represented by <code>'.'</code> characters in the logger name, in a fashion very similar to the hierarchy used for Java package names. For example, <code>org.apache.logging.appender</code> and <code>org.apache.logging.filter</code> both have <code>org.apache.logging</code> as their parent. In most cases, applications name their loggers by passing the current class's name to <code>LogManager.getLogger(...)</code>. </p></section><section>
 <h3><a name="Context_Logging">Context Logging</a></h3>
-<p>Context logging contains information about the internal operation of HttpClient as it performs HTTP requests. Each class has its own logger named according to the class's fully qualified name. For example the class <tt>DefaultHttpClient</tt> has a logger named <tt>org.apache.http.impl.client.DefaultHttpClient</tt>. Since all classes follow this convention it is possible to configure context logging for all classes using the single logger named <tt>org.apache.hc.client5.http</tt>.</p></div>
-<div class="section">
+<p>Context logging contains information about the internal operation of HttpClient as it performs HTTP requests. Each class has its own logger named according to the class's fully qualified name. For example the class <code>DefaultHttpClient</code> has a logger named <code>org.apache.http.impl.client.DefaultHttpClient</code>. Since all classes follow this convention it is possible to configure context logging for all classes using the single logger named <code>org.apache.hc.client5.http</code>.</p></section><section>
 <h3><a name="Wire_Logging">Wire Logging</a></h3>
-<p>The wire logger is used to log all data transmitted to and from servers when executing HTTP requests. The wire logger uses the <tt>org.apache.hc.client5.http.wire</tt> logger name. This logger should only be enabled to debug problems, as it will produce an extremely large amount of log data.</p></div>
-<div class="section">
+<p>The wire logger is used to log all data transmitted to and from servers when executing HTTP requests. The wire logger uses the <code>org.apache.hc.client5.http.wire</code> logger name. This logger should only be enabled to debug problems, as it will produce an extremely large amount of log data.</p></section><section>
 <h3><a name="HTTP_header_Logging">HTTP header Logging</a></h3>
-<p>Because the content of HTTP requests is usually less important for debugging than the HTTP headers, use the <tt>org.apache.hc.client5.http.headers</tt> logger for capturing HTTP headers only.</p></div>
-<div class="section">
+<p>Because the content of HTTP requests is usually less important for debugging than the HTTP headers, use the <code>org.apache.hc.client5.http.headers</code> logger for capturing HTTP headers only.</p></section><section>
 <h3><a name="Configuration_Examples">Configuration Examples</a></h3>
-<p><tt>Log4j 2</tt> can delegate to a variety of logging implementations for processing the actual output. Below are configuration examples for <tt>Log4j 2</tt>, <tt>Commons Logging</tt>, and <tt>java.util.logging</tt>.</p>
-<div class="section">
+<p><code>Log4j 2</code> can delegate to a variety of logging implementations for processing the actual output. Below are configuration examples for <code>Log4j 2</code>, <code>Commons Logging</code>, and <code>java.util.logging</code>.</p><section>
 <h4><a name="Log4j_2_Examples">Log4j 2 Examples</a></h4>
-<p>The simplest way to <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/configuration.html">configure</a> <tt>Log4j 2</tt> is via a <tt>log4j2.xml</tt> file. <tt>Log4j 2</tt> will <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/configuration.html#AutomaticConfiguration">automatically</a> configure itself using a file named <tt>log4j2.xml</tt> when it's present at the root of the application classpath. Below are some <tt>Log4j</tt> configuration examples.</p>
-<p><b>Note:</b> The <tt>Log4j 2</tt> implementation a.k.a &quot;core&quot; is not included in the <tt>HttpClient</tt> distribution. You can include it in your project using <a class="externalLink" href="https://logging.apache.org/log4j/2.x/maven-artifacts.html">Maven, Ivy, Gradle, or SBT</a>. </p>
+<p>The simplest way to <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/configuration.html">configure</a> <code>Log4j 2</code> is via a <code>log4j2.xml</code> file. <code>Log4j 2</code> will <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/configuration.html#AutomaticConfiguration">automatically</a> configure itself using a file named <code>log4j2.xml</code> when it's present at the root of the application classpath. Below are some <code>Log4j</code> configuration examples.</p>
+<p><b>Note:</b> The <code>Log4j 2</code> implementation a.k.a &quot;core&quot; is not included in the <code>HttpClient</code> distribution. You can include it in your project using <a class="externalLink" href="https://logging.apache.org/log4j/2.x/maven-artifacts.html">Maven, Ivy, Gradle, or SBT</a>. </p>
 <ul>
 <li>Enable header wire + context logging - <b>Best for Debugging</b>
 <div>
@@ -283,7 +280,7 @@
     &lt;/Root&gt;
   &lt;/Loggers&gt;
 &lt;/Configuration&gt;</pre></div></li></ul>
-<p>The <tt>Log4J 2</tt> manual is the best reference for how to configure <tt>Log4J 2</tt>. It is available at <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/"> https://logging.apache.org/log4j/2.x/manual/</a>.</p></div></div></div>
+<p>The <code>Log4J 2</code> manual is the best reference for how to configure <code>Log4J 2</code>. It is available at <a class="externalLink" href="https://logging.apache.org/log4j/2.x/manual/"> https://logging.apache.org/log4j/2.x/manual/</a>.</p></section></section></section>
       </div>
     </div>
     <div class="clear">
@@ -297,7 +294,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-client-5.0.x/quickstart.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/quickstart.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/quickstart.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/quickstart.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-06-10 ( $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="20200610" />
+    <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-06-10</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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,7 +182,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Quick_Start"></a>HttpClient Quick Start</h2>
 <ol style="list-style-type: decimal">
 <li>Download 'Binary' package of the latest HttpClient 5.0 release or configure dependency on <a href="./httpclient5/dependency-info.html">HttpClient</a> and <a href="./httpclient5-fluent/dependency-info.html">Fluent HC</a> modules using a dependency manager of your choice as described <a href="./download.html">here</a>. </li>
@@ -329,7 +332,7 @@ try (CloseableHttpAsyncClient httpclient
     latch2.await();
 
 }</pre></div>
-<p>Source can be downloaded <a href="./httpclient5/examples/AsyncQuickStart.java">here</a></p></li></ol></div>
+<p>Source can be downloaded <a href="./httpclient5/examples/AsyncQuickStart.java">here</a></p></li></ol></section>
       </div>
     </div>
     <div class="clear">
@@ -343,7 +346,7 @@ try (CloseableHttpAsyncClient httpclient
             
 <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-client-5.0.x/related-projects.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/related-projects.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/related-projects.html (original)
+++ httpcomponents/site/httpcomponents-client-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>
@@ -119,6 +119,9 @@
               </ul>
         </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">
@@ -179,18 +182,15 @@
     </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="HttpClient_5.0_migration_guide"></a>HttpClient 5.0 migration guide</h3>
-<p><a class="externalLink" href="https://ok2c.github.io/httpclient-migration-guide/">HttpClient 5.0 migration guide</a> is a third party resource with recommendations about the upgrade process and possible upgrade paths from Apache HttpClient 4.x to Apache HttpClient 5.0.</p></div>
-<div class="section">
+<p><a class="externalLink" href="https://ok2c.github.io/httpclient-migration-guide/">HttpClient 5.0 migration guide</a> is a third party resource with recommendations about the upgrade process and possible upgrade paths from Apache HttpClient 4.x to Apache HttpClient 5.0.</p></section><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 HttpClient 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 class="section">
+<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>
 <h3><a name="Android_extensions"></a>Android extensions</h3>
-<p><a class="externalLink" href="https://ok2c.github.io/httpclient-android-ext/">Android extensions for Apache HttpClient 5.0</a> is a third party library that provides extra functionality simplifying application of Apache HttpClient on Google Android platform.</p></div></div>
+<p><a class="externalLink" href="https://ok2c.github.io/httpclient-android-ext/">Android extensions for Apache HttpClient 5.0</a> is a third party library that provides extra functionality simplifying application of Apache HttpClient on Google Android platform.</p></section></section>
       </div>
     </div>
     <div class="clear">
@@ -204,7 +204,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-4.4.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/download.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/download.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">
@@ -164,15 +167,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <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-4.4.x.txt">Release Notes</a> - <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></p></div>
-<div class="section">
+<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-4.4.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="./httpcore/dependency-info.html">HttpCore</a></p>
-<p><a href="./httpcore-nio/dependency-info.html">HttpCore NIO</a></p></div>
+<p><a href="./httpcore-nio/dependency-info.html">HttpCore NIO</a></p></section>
       </div>
     </div>
     <div class="clear">
@@ -186,7 +188,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-4.4.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/examples.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.x/examples.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">
@@ -164,7 +167,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpCore_Examples"></a>HttpCore Examples</h2>
 <ul>
 <li><a href="./httpcore/examples/org/apache/http/examples/ElementalHttpGet.java"> Synchronous HTTP GET requests</a>
@@ -184,7 +187,7 @@
 <li><a href="./httpcore-nio/examples/org/apache/http/examples/nio/NHttpFileServer.java"> Asynchronous HTTP server</a>
 <p>This example demonstrates the use of HttpCore NIO to build an asynchronous (non-blocking) HTTP server capable of direct channel (zero copy) data transfer.</p></li>
 <li><a href="./httpcore-nio/examples/org/apache/http/examples/nio/NHttpReverseProxy.java"> Asynchronous HTTP reverse proxy</a>
-<p>This example demonstrates how HttpCore NIO can be used to build an asynchronous, fully streaming reverse HTTP proxy.</p></li></ul></div>
+<p>This example demonstrates how HttpCore NIO can be used to build an asynchronous, fully streaming reverse HTTP proxy.</p></li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -198,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-4.4.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-4.4.x/index.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-4.4.x/index.html (original)
+++ httpcomponents/site/httpcomponents-core-4.4.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$ ) -->
+<!-- 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">
@@ -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>HttpCore Tutorial ( <a href="./tutorial/html/index.html">HTML</a> / <a href="./tutorial/pdf/httpcore-tutorial.pdf">PDF</a> )</li>
@@ -175,13 +177,12 @@
 <li>Project reports
 <ul>
 <li><a href="./httpcore/project-reports.html">HttpCore</a></li>
-<li><a href="./httpcore-nio/project-reports.html">HttpCore NIO</a></li></ul></li></ol></div>
-<div class="section">
+<li><a href="./httpcore-nio/project-reports.html">HttpCore NIO</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/rfc1945">RFC 1945</a> - Hypertext Transfer Protocol -- HTTP/1.0</li>
-<li><a class="externalLink" href="http://tools.ietf.org/html/rfc2616">RFC 2616</a> - Hypertext Transfer Protocol -- HTTP/1.1</li></ul></div>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc2616">RFC 2616</a> - Hypertext Transfer Protocol -- HTTP/1.1</li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -195,7 +196,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/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/download.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/download.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/download.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,14 +167,13 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <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.0.x.txt">Release Notes</a> - <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html">License</a></p></div>
-<div class="section">
+<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.0.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></div>
+<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">
@@ -185,7 +187,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/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-core-5.0.x/examples.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-core-5.0.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-core-5.0.x/examples.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,7 +167,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <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>
@@ -196,14 +199,13 @@
 <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></div>
-<div class="section">
+<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></div>
+<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">
@@ -217,7 +219,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>