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 [3/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-4.5.x/download.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/download.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/download.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.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="expanded">
@@ -179,17 +182,16 @@
     </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-4.5.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-4.5.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="./httpclient/dependency-info.html">HttpClient</a></p>
 <p><a href="./httpclient-cache/dependency-info.html">HttpClient Cache</a></p>
 <p><a href="./httpmime/dependency-info.html">HttpMime</a></p>
-<p><a href="./fluent-hc/dependency-info.html">Fluent HC</a></p></div>
+<p><a href="./fluent-hc/dependency-info.html">Fluent HC</a></p></section>
       </div>
     </div>
     <div class="clear">
@@ -203,7 +205,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-4.5.x/examples.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/examples.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/examples.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.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="expanded">
@@ -179,7 +182,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_Examples"></a>HttpClient Examples</h2>
 <ul>
 <li><a href="./httpclient/examples/org/apache/http/examples/client/ClientWithResponseHandler.java">Response handling</a>
@@ -215,7 +218,7 @@
 <li><a href="./httpmime/examples/org/apache/http/examples/entity/mime/ClientMultipartFormPost.java">Multipart encoded request entity</a>
 <p>This example shows how to execute requests enclosing a multipart encoded entity. </p></li>
 <li><a href="./httpclient-win/examples/org/apache/http/examples/client/win/ClientWinAuth.java">Native Windows Negotiate/NTLM</a>
-<p>This example shows how to make use of Native Windows Negotiate/NTLM authentication when running on Windows OS. </p></li></ul></div>
+<p>This example shows how to make use of Native Windows Negotiate/NTLM authentication when running on Windows OS. </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-4.5.x/index.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/index.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/index.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.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="expanded">
@@ -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="./quickstart.html">Quick Start</a> - contains a simple, complete example of an HTTP GET and POST with parameters.</li>
@@ -197,8 +199,7 @@
 <li><a href="./fluent-hc/project-reports.html">HC Fluent</a></li>
 <li><a href="./httpmime/project-reports.html">HttpMime</a></li>
 <li><a href="./httpclient-cache/project-reports.html">HttpClient Cache</a></li>
-<li><a href="./httpclient-osgi/project-reports.html">HttpClient OSGi</a></li></ul></li></ol></div>
-<div class="section">
+<li><a href="./httpclient-osgi/project-reports.html">HttpClient OSGi</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>
@@ -218,8 +219,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>
@@ -227,7 +227,7 @@
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc2616">RFC 2616</a> - Hypertext Transfer Protocol -- HTTP/1.1</li>
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc2617">RFC 2617</a> - HTTP Authentication: Basic and Digest Access Authentication</li>
 <li><a class="externalLink" href="http://tools.ietf.org/html/rfc2396">RFC 2396</a> - Uniform Resource Identifiers (URI): Generic Syntax</li>
-<li><a class="externalLink" href="http://tools.ietf.org/html/rfc6265">RFC 6265</a> - HTTP State Management Mechanism (Cookies)</li></ul></div>
+<li><a class="externalLink" href="http://tools.ietf.org/html/rfc6265">RFC 6265</a> - HTTP State Management Mechanism (Cookies)</li></ul></section>
       </div>
     </div>
     <div class="clear">
@@ -241,7 +241,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-4.5.x/logging.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/logging.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/logging.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.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$ ) -->
+<!-- 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="expanded">
@@ -179,30 +182,25 @@
     </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 interface provided by the <a class="externalLink" href="http://commons.apache.org/logging/">Commons Logging</a> package. <tt>Commons Logging</tt> provides a simple and generalized <a class="externalLink" href="http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/">log interface</a> to various logging packages. By using <tt>Commons Logging</tt>, HttpClient can be configured for a variety of different logging behaviours. That means the user will have to make a choice which logging framework to use. By default <tt>Commons Logging</tt> supports the following logging frameworks:</p>
+<p>Being a library HttpClient is not to dictate which logging framework the user has to use. Therefore HttpClient utilizes the logging interface provided by the <a class="externalLink" href="http://commons.apache.org/logging/">Commons Logging</a> package. <code>Commons Logging</code> provides a simple and generalized <a class="externalLink" href="http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/">log interface</a> to various logging packages. By using <code>Commons Logging</code>, HttpClient can be configured for a variety of different logging behaviours. That means the user will have to make a choice which logging framework to use. By default <code>Commons Logging</code> supports the following logging frameworks:</p>
 <ul>
 <li><a class="externalLink" href="http://logging.apache.org/log4j/docs/index.html">Log4J</a></li>
 <li><a class="externalLink" href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html"> java.util.logging</a></li>
-<li><a class="externalLink" href="http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/org/apache/commons/logging/impl/SimpleLog.html"> SimpleLog</a> (internal to <tt>Commons Logging</tt>)
-<p>By implementing some simple interfaces <tt>Commons Logging</tt> can be extended to support basically any other custom logging framework. <tt>Commons Logging</tt> tries to automatically discover the logging framework to use. If it fails to select the expected one, you must configure <tt>Commons Logging</tt> by hand. Please refer to the <tt>Commons Logging</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">
+<li><a class="externalLink" href="http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/org/apache/commons/logging/impl/SimpleLog.html"> SimpleLog</a> (internal to <code>Commons Logging</code>)
+<p>By implementing some simple interfaces <code>Commons Logging</code> can be extended to support basically any other custom logging framework. <code>Commons Logging</code> tries to automatically discover the logging framework to use. If it fails to select the expected one, you must configure <code>Commons Logging</code> by hand. Please refer to the <code>Commons Logging</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="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 log named according to the class's fully qualified name. For example the class <tt>DefaultHttpClient</tt> has a log 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 log named <tt>org.apache.http.impl.client</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 log named according to the class's fully qualified name. For example the class <code>DefaultHttpClient</code> has a log 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 log named <code>org.apache.http.impl.client</code>.</p></section><section>
 <h3><a name="Wire_Logging">Wire Logging</a></h3>
-<p>The wire log is used to log all data transmitted to and from servers when executing HTTP requests. The wire log uses the <tt>org.apache.http.wire</tt> logging category. This log 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 log is used to log all data transmitted to and from servers when executing HTTP requests. The wire log uses the <code>org.apache.http.wire</code> logging category. This log 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, the <tt>org.apache.http.headers</tt> logging category 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, the <code>org.apache.http.headers</code> logging category for capturing HTTP headers only.</p></section><section>
 <h3><a name="Configuration_Examples">Configuration Examples</a></h3>
-<p><tt>Commons Logging</tt> can delegate to a variety of loggers for processing the actual output. Below are configuration examples for <tt>Commons Logging</tt>, <tt>Log4j</tt> and <tt>java.util.logging</tt>.</p>
-<div class="section">
+<p><code>Commons Logging</code> can delegate to a variety of loggers for processing the actual output. Below are configuration examples for <code>Commons Logging</code>, <code>Log4j</code> and <code>java.util.logging</code>.</p><section>
 <h4><a name="Commons_Logging_Examples">Commons Logging Examples</a></h4>
-<p><tt>Commons Logging</tt> comes with a basic logger called <tt>SimpleLog</tt>. This logger writes all logged messages to <tt>System.err</tt>. The following examples show how to configure <tt>Commons Logging</tt> via system properties to use <tt>SimpleLog</tt>. It is strongly recommended to configure <tt>Commons Logging</tt> system properties through JVM process arguments at the start up.</p>
+<p><code>Commons Logging</code> comes with a basic logger called <code>SimpleLog</code>. This logger writes all logged messages to <code>System.err</code>. The following examples show how to configure <code>Commons Logging</code> via system properties to use <code>SimpleLog</code>. It is strongly recommended to configure <code>Commons Logging</code> system properties through JVM process arguments at the start up.</p>
 <ul>
 <li>Enable header wire + context logging - <b>Best for Debugging</b>
 <div>
@@ -226,11 +224,10 @@
 -Dorg.apache.commons.logging.simplelog.showdatetime=true
 -Dorg.apache.commons.logging.simplelog.log.org.apache.http.impl.conn=DEBUG
 -Dorg.apache.commons.logging.simplelog.log.org.apache.http.impl.client=DEBUG
--Dorg.apache.commons.logging.simplelog.log.org.apache.http.client=DEBUG</pre></div></li></ul></div>
-<div class="section">
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http.client=DEBUG</pre></div></li></ul></section><section>
 <h4><a name="Log4j_Examples">Log4j Examples</a></h4>
-<p>The simplest way to configure <tt>Log4j</tt> is via a <tt>log4j.properties</tt> file. <tt>Log4j</tt> will automatically read and configure itself using a file named <tt>log4j.properties</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> <tt>Log4j</tt> is not included in the <tt>HttpClient</tt> distribution. </p>
+<p>The simplest way to configure <code>Log4j</code> is via a <code>log4j.properties</code> file. <code>Log4j</code> will automatically read and configure itself using a file named <code>log4j.properties</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> <code>Log4j</code> is not included in the <code>HttpClient</code> distribution. </p>
 <ul>
 <li>Enable header wire + context logging - <b>Best for Debugging</b>
 <div>
@@ -271,10 +268,9 @@ log4j.appender.stdout.layout.ConversionP
 log4j.logger.org.apache.http.impl.conn=DEBUG
 log4j.logger.org.apache.http.impl.client=DEBUG
 log4j.logger.org.apache.http.client=DEBUG</pre></div></li></ul>
-<p>Note that the default configuration for Log4J is very inefficient as it causes all the logging information to be generated but not actually sent anywhere. The <tt>Log4J</tt> manual is the best reference for how to configure <tt>Log4J</tt>. It is available at <a class="externalLink" href="http://logging.apache.org/log4j/docs/manual.html"> http://logging.apache.org/log4j/docs/manual.html</a>.</p></div>
-<div class="section">
+<p>Note that the default configuration for Log4J is very inefficient as it causes all the logging information to be generated but not actually sent anywhere. The <code>Log4J</code> manual is the best reference for how to configure <code>Log4J</code>. It is available at <a class="externalLink" href="http://logging.apache.org/log4j/docs/manual.html"> http://logging.apache.org/log4j/docs/manual.html</a>.</p></section><section>
 <h4><a name="java.util.logging_Examples">java.util.logging Examples</a></h4>
-<p>Since JDK 1.4 there has been a package <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html"> java.util.logging</a> that provides a logging framework similar to <tt>Log4J</tt>. By default it reads a config file from <tt>$JAVA_HOME/jre/lib/logging.properties</tt> which looks like this (comments stripped):</p>
+<p>Since JDK 1.4 there has been a package <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html"> java.util.logging</a> that provides a logging framework similar to <code>Log4J</code>. By default it reads a config file from <code>$JAVA_HOME/jre/lib/logging.properties</code> which looks like this (comments stripped):</p>
 <div>
 <pre>handlers=java.util.logging.ConsoleHandler
 .level=INFO
@@ -285,7 +281,7 @@ java.util.logging.FileHandler.formatter
 java.util.logging.ConsoleHandler.level = INFO
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
 com.xyz.foo.level = SEVERE</pre></div>
-<p>To customize logging a custom <tt>logging.properties</tt> file should be created in the project directory. The location of this file must be passed to the JVM as asystem property. This can be done on the command line like so:</p>
+<p>To customize logging a custom <code>logging.properties</code> file should be created in the project directory. The location of this file must be passed to the JVM as asystem property. This can be done on the command line like so:</p>
 <div>
 <pre>$JAVA_HOME/java -Djava.util.logging.config.file=$HOME/myapp/logging.properties
 -classpath $HOME/myapp/target/classes com.myapp.Main</pre></div>
@@ -330,7 +326,7 @@ java.util.logging.ConsoleHandler.level =
 org.apache.http.impl.conn.level = FINEST
 org.apache.http.impl.client.level = FINEST
 org.apache.http.client.level = FINEST</pre></div></li></ul>
-<p>More detailed information is available from the <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/technotes/guides/logging/overview.html"> Java Logging documentation</a>.</p></div></div></div>
+<p>More detailed information is available from the <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/technotes/guides/logging/overview.html"> Java Logging documentation</a>.</p></section></section></section>
       </div>
     </div>
     <div class="clear">
@@ -344,7 +340,7 @@ org.apache.http.client.level = FINEST</p
             
 <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-4.5.x/ntlm.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/ntlm.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/ntlm.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/ntlm.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="expanded">
@@ -179,9 +182,8 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
-<h2><a name="NTLM_support_in_HttpClient"></a>NTLM support in HttpClient</h2>
-<div class="section">
+        <section>
+<h2><a name="NTLM_support_in_HttpClient"></a>NTLM support in HttpClient</h2><section>
 <h3><a name="Background">Background</a></h3>
 <p>NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows operating system.</p>
 <p>Until year 2008 there was no official, publicly available, complete documentation of the protocol. <a class="externalLink" href="http://davenport.sourceforge.net/ntlm.html">Unofficial</a> 3rd party protocol descriptions existed as a result of reverse-engineering efforts. It was not really known whether the protocol based on the reverse-engineering were complete or even correct.</p>
@@ -192,8 +194,7 @@
 <li>Windows Server 2000 and Server 2003 systems, configured to use LM and NTLMv1 authentication</li>
 <li>Windows Server 2003 systems, configured to use NTLMv2 authentication</li>
 <li>Windows Server 2008 R2 systems, configured to use NTLM2SessionResponse authentication</li></ul>
-<p>If the current HttpClient NTLM implementation should prove problematic in your environment, we'd definitely like to hear about it. You are also welcome to try an alternative NTLM implementation, should it seem necessary. One can also use <a class="externalLink" href="http://jcifs.samba.org/">JCIFS</a>, which includes an NTLM engine developed by members of the Samba project. </p></div>
-<div class="section">
+<p>If the current HttpClient NTLM implementation should prove problematic in your environment, we'd definitely like to hear about it. You are also welcome to try an alternative NTLM implementation, should it seem necessary. One can also use <a class="externalLink" href="http://jcifs.samba.org/">JCIFS</a>, which includes an NTLM engine developed by members of the Samba project. </p></section><section>
 <h3><a name="Using_Samba_JCIFS_as_an_alternative_NTLM_engine">Using Samba JCIFS as an alternative NTLM engine</a></h3>
 <p>Follow these instructions to build an NTLMEngine implementation using JCIFS library</p>
 <p><b>Disclaimer: Use code at your own discretion. Do NOT report any issues related to the use of JCIFS library to Apache HttpComponents project</b>.</p>
@@ -265,7 +266,7 @@ public final class JCIFSEngine implement
 CloseableHttpClient httpClient = HttpClients.custom()
         .setDefaultAuthSchemeRegistry(authSchemeRegistry)
         .build();</pre></div></li>
-<li>Set NTCredentials for the web server you are going to access.</li></ul></div></div>
+<li>Set NTCredentials for the web server you are going to access.</li></ul></section></section>
       </div>
     </div>
     <div class="clear">
@@ -279,7 +280,7 @@ CloseableHttpClient httpClient = HttpCli
             
 <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-4.5.x/primer.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/primer.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/primer.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/primer.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="expanded">
@@ -179,14 +182,12 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
-<h2><a name="Client_HTTP_Programming_Primer"></a>Client HTTP Programming Primer</h2>
-<div class="section">
+        <section>
+<h2><a name="Client_HTTP_Programming_Primer"></a>Client HTTP Programming Primer</h2><section>
 <h3><a name="About">About</a></h3>
 <p>This document is intended for people who suddenly have to or want to implement an application that automates something usually done with a browser, but are missing the background to understand what they actually need to do. It provides guidance on the steps required to implement a program that interacts with a web site which is designed to be used with a browser. It does not save you from eventually learning the background of what you are doing, but it should help you to get started quickly and learn the details later.</p>
 <p>This document has evolved from discussions on the HttpClient mailing lists. Although it refers to HttpClient, the concepts described here apply equally to HttpComponents or Java's <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/api/java/net/HttpURLConnection.html">HttpURLConnection</a> or any other HTTP communication library for any programming language. So you might find it useful even if you're not using Java and HttpClient.</p>
-<p>The existence of this document does not imply that the HttpClient community feels responsible for teaching you how to program a client HTTP application. It is merely a way for us to reduce the noise on the mailing list without just leaving the newbies out in the cold.</p></div>
-<div class="section">
+<p>The existence of this document does not imply that the HttpClient community feels responsible for teaching you how to program a client HTTP application. It is merely a way for us to reduce the noise on the mailing list without just leaving the newbies out in the cold.</p></section><section>
 <h3><a name="Scenario">Scenario</a></h3>
 <p>Let's assume that you have some kind of repetitive, web-based task that you want to automate. Something like:</p>
 <ul>
@@ -194,40 +195,35 @@
 <li>enter username and password in a web form and hit the &quot;login&quot; button</li>
 <li>navigate to a specific page</li>
 <li>check the number/headline/whatever shown on that page</li></ul>
-<p>At this time, we don't have a specific example which could be developed into a sample application. So this document is all bla-bla, and you will have to work out the details - all the details - yourself. Such is life.</p></div>
-<div class="section">
+<p>At this time, we don't have a specific example which could be developed into a sample application. So this document is all bla-bla, and you will have to work out the details - all the details - yourself. Such is life.</p></section><section>
 <h3><a name="Caveat">Caveat</a></h3>
 <p>This scenario describes a hobbyist usage of HTTP, in other words: <b>a bad practice</b>. Web sites are designed for user interaction, not as an application programming interface (API). The interface of a web site is the user interface displayed by a browser. The HTTP communication between the browser and the server is an internal API, subject to change without notice.</p>
 <p>A web site can be redesigned at any point in time. The server then sends different documents and a browser will display the new content. The user easily adjusts to click the appropriate links, and the browser communicates via HTTP as specified by the new documents from the server. Your application that only mimicks a browser will simply break.</p>
 <p>Nevertheless, implementing this scenario will help you to get familiar with HTTP communication. It is also &quot;good enough&quot; for hobbyists applications, for example if you want to download the latest installment of your favorite daily webcomic to install it as the screen background. There is no big damage if such an application breaks.</p>
 <p>If you want to implement a solid application, you should use only published APIs. For example, to check for new mail on your webmail account, you should ask the webmail provider for POP or IMAP access. These are standardized protocols supported my most EMail client applications. If you want to have a newsticker, look for RSS feeds from the provider and applications that display them.</p>
-<p>As another example, if you want to perform a web search, there are search companies that provide an API for using their search engines. Unlike the examples before, such APIs are proprietary. You will still have to implement an application, but then you are using a published API that the provider will not change without notice.</p></div>
-<div class="section">
+<p>As another example, if you want to perform a web search, there are search companies that provide an API for using their search engines. Unlike the examples before, such APIs are proprietary. You will still have to implement an application, but then you are using a published API that the provider will not change without notice.</p></section><section>
 <h3><a name="Not_a_Browser">Not a Browser</a></h3>
 <p>HttpClient is not a browser. It is an HTTP communication library and as such it provides only a subset of functions expected from a common browser application. The most fundamental difference is absence of user interface in HttpClient. The browser needs a rendering engine to display pages, and to interpret user input such as mouse clicks somewhere on the displayed page. There is a layout engine which computes how an HTML page should be displayed, including cascading style sheets and images. A JavaScript interpreter runs JavaScript code embedded in or referenced from HTML pages. Events from the user interface are passed to the JavaScript interpreter for processing. On top of that, there are interfaces for plugins that can handle Applets, embedded media objects like PDF files, Quicktime movies and Flash animations, or ActiveX controls that can do anything. HttpClient can only be used programmatically through its APIs to transmit and receive HTTP messages. HttpClient is also complet
 ely content agnostic. It can transfer message content but it is unable to render or process it in any fashion.</p>
-<p>Another major difference is tolerance for bad input or HTTP standard violations. There needs to be tolerance for invalid user input to make the browser user friendly. There also needs to be tolerance for malformed documents retrieved from servers, and for flaws in server behavior when executing protocols, to make as many websites as possible accessible to the user. HttpClient is however strives to adhere to the HTTP standard specification and related standards as close and as possible by default. It also provides means to relaxing some of the restrictions imposed by the specification where permissible or required for compatibility with non-compliant HTTP origin or proxy servers. </p></div>
-<div class="section">
+<p>Another major difference is tolerance for bad input or HTTP standard violations. There needs to be tolerance for invalid user input to make the browser user friendly. There also needs to be tolerance for malformed documents retrieved from servers, and for flaws in server behavior when executing protocols, to make as many websites as possible accessible to the user. HttpClient is however strives to adhere to the HTTP standard specification and related standards as close and as possible by default. It also provides means to relaxing some of the restrictions imposed by the specification where permissible or required for compatibility with non-compliant HTTP origin or proxy servers. </p></section><section>
 <h3><a name="Terminology">Terminology</a></h3>
 <p>This section introduces some important terms you have to know to understand the rest of this document.</p>
-<p><tt><a name="HTTP_Message">HTTP Message</a></tt></p>
+<p><code><a name="HTTP_Message">HTTP Message</a></code></p>
 <p>consists of a header section and an optional entity. There are two kinds of messages, requests and responses. They differ in the format of the first line, but both can have header fields and an optional entity.</p>
-<p><tt><a name="HTTP_Request">HTTP Request</a></tt> </p>
+<p><code><a name="HTTP_Request">HTTP Request</a></code> </p>
 <p>is sent from a client to a server. The first line includes the URI for which the request is sent, and a method that the server should execute for the client.</p>
-<p><tt><a name="HTTP_Response">HTTP Response</a></tt></p>
+<p><code><a name="HTTP_Response">HTTP Response</a></code></p>
 <p>is sent from a server to a client in response to a request. The first line includes a status code that tells about success or failure of the request. HTTP defines a set of status codes, like 200 for success and 404 for not found. Other protocols based on HTTP can define additional status codes.</p>
-<p><tt><a name="Method">Method</a></tt></p>
+<p><code><a name="Method">Method</a></code></p>
 <p>is an operation requested from the server. HTTP defines a set of operations, the most frequent being GET and POST. Other protocols based on HTTP can define additional methods.</p>
-<p><tt><a name="Header_Fields">Header Fields</a></tt></p>
+<p><code><a name="Header_Fields">Header Fields</a></code></p>
 <p>are name-value pairs, where both name and value are text. The name of a header field is not case sensitive. Multiple values can be assigned to the same name. RFC 2616 defines a wide range of header fields for handling various aspects of the HTTP protocol. Other specifications, like RFC 2617 and RFC 2965, define additional headers. Some of the defined headers are for general use, others are meant for exclusive use with either requests or responses, still others are meant for use only with an entity.</p>
-<p><tt><a name="Entity">Entity</a></tt></p>
+<p><code><a name="Entity">Entity</a></code></p>
 <p>is data sent with an HTTP message. For example, a response can contain the page or image you are downloading as an entity, or a request can include the parameters that you entered into a web form. The entity of an HTTP message can have an arbitrary data format, which is usually specified as a MIME type in a header field.</p>
-<p><tt><a name="Session">Session</a></tt></p>
+<p><code><a name="Session">Session</a></code></p>
 <p>is a series of requests from a single source to a server. The server can keep session data, and needs to recognize the session to which each incoming request belongs. For example, if you execute a web search, the server will only return one page of search results. But it keeps track of the other results and makes them available when you click on the link to the &quot;next&quot; page. The server needs to know from the request that it is you and your session for which more results are requested, and not me and my session. That's because I searched for something else.</p>
-<p><tt><a name="Cookies">Cookies</a></tt></p>
-<p>are the preferred way for servers to track sessions. The server supplies a piece of data, called a cookie, in response to a request. The server expects the client to send that piece of data in a header field with each following request of the same session. The cookie is different for each session, so the server can identify to which session a request belongs by looking at the cookie. If the cookie is missing from a request, the server will not respond as expected.</p></div>
-<div class="section">
-<h3><a name="Step_by_Step">Step by Step</a></h3>
-<div class="section">
+<p><code><a name="Cookies">Cookies</a></code></p>
+<p>are the preferred way for servers to track sessions. The server supplies a piece of data, called a cookie, in response to a request. The server expects the client to send that piece of data in a header field with each following request of the same session. The cookie is different for each session, so the server can identify to which session a request belongs by looking at the cookie. If the cookie is missing from a request, the server will not respond as expected.</p></section><section>
+<h3><a name="Step_by_Step">Step by Step</a></h3><section>
 <h4><a name="GET_the_Login_Page">GET the Login Page</a></h4>
 <p>Create and execute a GET request for the login page. Just use the link you would type into the browser as the URL. This is what a browser does when you enter a URL in the address bar or when you click on a link that points to another web page.</p>
 <p>Inspect the response from the server:</p>
@@ -238,8 +234,7 @@
 <li>do you get a session cookie?</li></ul>
 <p>Cookies are sent in a header field named Set-Cookie or Set-Cookie2. It is possible that you don't get a session cookie until you log in. If there is no session cookie in the response, you'll have to do perform step 2 later, after you reach the point where the cookie is set.</p>
 <p>If you do not get the page you expect, check the URL you are requesting. If it is correct, the server may use a browser detection. You will have to set the header field User-Agent to a value used by a popular browser to pretend that the request is coming from that browser.</p>
-<p>If you can't get the login page, get the home page instead now. Get the login page in the next step, when you establish the session.</p></div>
-<div class="section">
+<p>If you can't get the login page, get the home page instead now. Get the login page in the next step, when you establish the session.</p></section><section>
 <h4><a name="Establish_the_Session">Establish the Session</a></h4>
 <p>Create and execute another GET request for a page. You can simply request the login page again, or some other page of which you know the URL. Do NOT try to get a page which would be returned in response to submitting a web form. Use something you can reach simply by clicking on a link in the browser. Something where you can see the URL in the browser status line while the mouse pointer is hovering over the link.</p>
 <p>This step is important when developing the application. Once you know that your application does establish the session correctly, you may be able to remove it. Only if you couldn't get the login page directly and had to get the home page first, you know you have to leave it in.</p>
@@ -257,18 +252,17 @@
 <p>If the cookie is still not sent with the request, make sure that the URL you are requesting is in the scope for the cookie. Cookies are only sent to the domain and path specified in the cookie scope. A cookie for host &quot;jakarta.apache.org&quot; will not be sent to host &quot;tomcat.apache.org&quot;. A cookie for domain &quot;.apache.org&quot; will be sent to both. A cookie for host &quot;apache.org&quot;, without the leading dot, will not be sent to &quot;jakarta.apache.org&quot;. The latter case can be resolved by using a different cookie spec that adds the leading dot. In the other cases, use a URL that in the cookie scope to establish the session.</p>
 <p>If the session cookie is sent with the request, but a new session cookie is set in the response anyway, check whether there are cookies other than the session cookie in the request. Some servers are incapable of detecting multiple cookies sent in individual header fields. HttpClient can be advised to put all cookies into a single header field.</p>
 <p>If that doesn't help, you are in trouble. The server may use additional means to track the session, for example the header field named Referer. Set that field to the URL of the previous request. (<a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200602.mbox/%3c19b.44e04b45.31166eaa@aol.com%3e">see this mail</a>)</p>
-<p>If that doesn't help either, you will have to compare the request from your application to a corresponding one generated by a browser. The instructions in step 5 for POST requests apply for GET requests as well. It's even simpler with GET, since you don't have an entity.</p></div>
-<div class="section">
+<p>If that doesn't help either, you will have to compare the request from your application to a corresponding one generated by a browser. The instructions in step 5 for POST requests apply for GET requests as well. It's even simpler with GET, since you don't have an entity.</p></section><section>
 <h4><a name="Analyze_the_Form">Analyze the Form</a></h4>
 <p>Now it is time to analyze the form defined in the HTML markup of the page. A form in HTML is a set of name-value-pairs called parameters, where some of the values can be entered in the browser. By analyzing the HTML markup, you can learn which parameters you have to define and how to send them to the server.</p>
 <p>Look for the <i>form</i> tag in the page source. There may be several forms in the page, but they can not be nested. Locate the form you want to submit. Locate the matching <i>/form</i> tag. Everything in between the two may be relevant. Let's start with the <a name="attributes_of_the_form_tag">attributes of the <i>form</i> tag</a>:</p>
-<p><tt><a name="method">method</a>=</tt></p>
+<p><code><a name="method">method</a>=</code></p>
 <p>specifies the method used for submitting the form. If it is GET or not specified at all, then you need to create a GET request. The parameters will be added as a query string to the URL. If the method is POST, you need to create a POST request. The parameters will be put in the entity of the request, also referred to as the request body. How to do that is discussed in step 5.</p>
-<p><tt><a name="action">action</a>=</tt></p>
+<p><code><a name="action">action</a>=</code></p>
 <p>specifies the URL to which the request has to be sent. Do not try to get this URL from the address bar of your browser! A browser will automatically follow redirects and only displays the final URL, which can be different from the URL in this attribute. It is possible that the URL includes a query string that specifies some parameters. If so, keep that in mind.</p>
-<p><tt><a name="enctype">enctype</a>=</tt></p>
+<p><code><a name="enctype">enctype</a>=</code></p>
 <p>specifies the MIME type for the entity of the request generated by the form. The two common cases are url-encoded (default) and multipart-mime. Note that these terms are just informally used here, the exact values that need to be written in an HTML document are specified elsewhere. This attribute is only used for the POST method. If the method is GET, the parameters will always be url-encoded, but not in an entity.</p>
-<p><tt><a name="accept-charset">accept-charset</a>=</tt></p>
+<p><code><a name="accept-charset">accept-charset</a>=</code></p>
 <p>specifies the character set that the browser should allow for user input. It will not be discussed here, but you will have to consider this value if you experience charset related problems.</p>
 <p>Except for optional query parameters in the action attribute, the parameters of a form are specified by HTML tags between <i>form</i> and <i>/form</i>. The following is a list of tags that can be used to define parameters. Except where stated otherwise, they have a name attribute which specifies the name of the parameter. The value of the parameter usually depends on user input.</p>
 <div>
@@ -304,14 +298,12 @@
 <div>
 <pre>&lt;input type=&quot;file&quot; name=&quot;...&quot;&gt;</pre></div>
 <p>specifies a file selection box. The user can select a file that should be sent as part of the form data. This is only possible if the encoding is multipart-mime. Unlike other parameters, the file is not mapped to a simple name-value-pair. File upload is not a topic for beginners.</p>
-<p>These tags are used to define parameters in static HTML. With dynamic HTML, in particular JavaScript, the parameter values can be changed before the form is submitted. If that is the case, you are in trouble. Learn JavaScript, analyze the code that is executed, and modify your application to match that behavior.</p></div>
-<div class="section">
+<p>These tags are used to define parameters in static HTML. With dynamic HTML, in particular JavaScript, the parameter values can be changed before the form is submitted. If that is the case, you are in trouble. Learn JavaScript, analyze the code that is executed, and modify your application to match that behavior.</p></section><section>
 <h4><a name="Analyze_the_Form.2C_Again"></a><a name="Analyze_the_Form_Again">Analyze the Form, Again</a></h4>
 <p>After you have determined the action URL and name-value-pairs of a form, you should exit the program you used to get the HTML source, start it again and repeat the analysis with the new page.</p>
 <p>Most parameters will be the same for both pages. But some parameters, in particular those from hidden input fields, may change from session to session, or even with every request. The same can be the case with the action URL.</p>
 <p>Parameters that remain the same can be hard-coded in your program. If parameters change (except for user input), then your application has to request the page with the form and extract the dynamic parameters at runtime. If you're lucky you can locate them by simple string searches. If you're unlucky, you need an HTML parser to make sense of the page. HTML parsing is out of scope for HttpClient, but you'll find some HTML parsers mentioned in the mailing list archives.</p>
-<p>Note that a redesign of the form on the server can break your application at any time. Whenever that happens, you have to repeat the analysis with the new form returned by the server after the redesign, and adjust your application accordingly.</p></div>
-<div class="section">
+<p>Note that a redesign of the form on the server can break your application at any time. Whenever that happens, you have to repeat the analysis with the new form returned by the server after the redesign, and adjust your application accordingly.</p></section><section>
 <h4><a name="POST_the_Form">POST the Form</a></h4>
 <p>After analyzing the form, it is time to create a request that matches what a browser would generate. If the method is GET, just add the name-value-pairs for all parameters to the query string. If the method is POST, things are a little more complicated.</p>
 <p>It depends on the server how closely you have to match browser behavior. For example, a servlet will not distinguish between parameters in the query string and url-encoded parameters of the entity. But other server side code might make that distinction. The safe way is always to match browser behavior exactly.</p>
@@ -329,32 +321,29 @@
 <p>There is a variety of sniffer programs you can use to grep the browser request. Some of them are mentioned in the responses to <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200603.mbox/%3c981224FF5B88B349B7C1FED584D2620E02A2CBB2@CORPUSMX50B.corp.emc.com%3e this question">on the mailing list</a>.</p>
 <p>Candidates for problems are missing or wrong parameters, and differences in the header fields. The parameters are all up to you. As a general rule for the header fields, you should send the same as the browser does. The order of the fields does not matter.</p>
 <p>But there's a caveat: some header fields are controlled by HttpClient and can not be set explicitly. Other header fields are used to indicate capabilities which a browser has, but your application probably has not. For these, the request from your application has to and should differ. Here is a possibly incomplete <a name="list_of_headers_that_need_special_consideration">list of headers that need special consideration</a>:</p>
-<p><tt><a name="Host">Host</a>:</tt></p>
+<p><code><a name="Host">Host</a>:</code></p>
 <p>controlled by HttpClient. The value is usually obtained from the URL you are posting to. It is possible to set a different value, called a &quot;virtual host&quot;.</p>
-<p><tt><a name="Content-Type">Content-Type</a>:</tt></p>
-<p><tt><a name="Content-Length">Content-Length</a>:</tt></p>
-<p><tt><a name="Transfer-Encoding">Transfer-Encoding</a>:</tt></p>
+<p><code><a name="Content-Type">Content-Type</a>:</code></p>
+<p><code><a name="Content-Length">Content-Length</a>:</code></p>
+<p><code><a name="Transfer-Encoding">Transfer-Encoding</a>:</code></p>
 <p>controlled by HttpClient. The values are obtained from the request entity.</p>
-<p><tt><a name="Connection">Connection</a>:</tt></p>
+<p><code><a name="Connection">Connection</a>:</code></p>
 <p>usually controlled by HttpClient to handle connection keep-alive. Leave it alone or set the value to &quot;close&quot;.</p>
-<p><tt><a name="Content-Encoding">Content-Encoding</a>:</tt></p>
-<p>used to indicate the capability to process compressed responses. Do not set this, unless you are prepared to implement decompression.</p></div>
-<div class="section">
+<p><code><a name="Content-Encoding">Content-Encoding</a>:</code></p>
+<p>used to indicate the capability to process compressed responses. Do not set this, unless you are prepared to implement decompression.</p></section><section>
 <h4><a name="Follow_Redirects">Follow Redirects</a></h4>
 <p>It is quite common for servers to respond with a 303 or 307 status code to a POST request. These redirects indicate that your application has to send another request to retrieve the actual result of the operation you have triggered with the POST request.</p>
 <p>HttpClient can be configured to follow some redirects automatically. Others it is not allowed to follow automatically, since RFC 2616 specifies that a user interaction should take place. We will make sure that HttpClient is compliant with this requirement, but we can't stop you from implementing a different behavior in your application. The Location header field in the redirect response indicates the URL from which to fetch the actual page. It is common practice that servers return a relative URL as the location, although the specification requires an absolute URL.</p>
-<p>Note that there may be more than one redirect in succession. Your application then has to follow the redirect for a redirect, but make sure that you do not enter an infinite loop. If you find that there are more than two redirects in succession, something probably is fishy.</p></div>
-<div class="section">
+<p>Note that there may be more than one redirect in succession. Your application then has to follow the redirect for a redirect, but make sure that you do not enter an infinite loop. If you find that there are more than two redirects in succession, something probably is fishy.</p></section><section>
 <h4><a name="Logout">Logout</a></h4>
-<p>Your application can send as many GET and POST requests and follow as many redirects as is required. But you should remember that there is a session tracked by the server. Once your application is done, and if the web site does provide a logout link, you should send a final request to log out. This will tell the server that the session data can be discarded. If the server prevents multiple logins with the same user ID and your application has to run repeatedly, logout may even be required.</p></div></div>
-<div class="section">
+<p>Your application can send as many GET and POST requests and follow as many redirects as is required. But you should remember that there is a session tracked by the server. Once your application is done, and if the web site does provide a logout link, you should send a final request to log out. This will tell the server that the session data can be discarded. If the server prevents multiple logins with the same user ID and your application has to run repeatedly, logout may even be required.</p></section></section><section>
 <h3><a name="Further_Reading">Further Reading</a></h3>
 <p>ReferenceMaterials: a list of technical specifications for HTTP and related stuff.</p>
 <ul>
 <li><a class="externalLink" href="http://www.w3.org/TR/html4/interact/forms.html"> HTML 4.01 Specification, Section on Forms</a>: Includes how browsers have to generate the data to submit to the server.</li>
 <li><a class="externalLink" href="https://digital.com/tools/html-cheatsheet/"> Giving Form to Forms</a>: Explains how to define HTML forms and what is submitted to the server. Probably easier to digest than the HTML 4.01 Specification.</li>
 <li><a class="externalLink" href="http://jakarta.apache.org/commons/fileupload/"> Commons File Upload</a>: Server-side library for parsing multipart requests.</li>
-<li><a class="externalLink" href="http://www.cs.tut.fi/~jkorpela/forms/file.html"> Tutorial on File Upload in HTML</a></li></ul></div></div>
+<li><a class="externalLink" href="http://www.cs.tut.fi/~jkorpela/forms/file.html"> Tutorial on File Upload in HTML</a></li></ul></section></section>
       </div>
     </div>
     <div class="clear">
@@ -368,7 +357,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-4.5.x/quickstart.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-4.5.x/quickstart.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/quickstart.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.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$ ) -->
+<!-- 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="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>
@@ -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="expanded">
@@ -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 4.5 release or configure dependency on <a href="./httpclient/dependency-info.html">HttpClient</a> and <a href="./fluent-hc/dependency-info.html">Fluent HC</a> modules using a dependency manager of your choice as described <a href="./download.html">here</a>. </li>
@@ -239,7 +242,7 @@ Request.Post(&quot;http://targethost/log
 <p>Source can be downloaded <a href="./fluent-hc/examples/org/apache/http/client/fluent/FluentQuickStart.java">here</a></p></li>
 <li><a href="./examples.html">HttpClient Examples</a> - a set of examples demonstrating some of the more complex behavior. </li>
 <li><a href="./tutorial/html/index.html">HttpClient Tutorial</a> - gives a detailed examination of the HttpClient API, which was written in close accordance with the (sometimes not very intuitive) HTTP specification/standard. A copy is also shipped with the release. <a href="./tutorial/pdf/httpclient-tutorial.pdf">A PDF version</a> is also available</li>
-<li><a href="./primer.html">HttpClient Primer</a> - explains the scope of HttpClient. Note that HttpClient is not a browser. It lacks the UI, HTML renderer and a JavaScript engine that a browser will possess. </li></ol></div>
+<li><a href="./primer.html">HttpClient Primer</a> - explains the scope of HttpClient. Note that HttpClient is not a browser. It lacks the UI, HTML renderer and a JavaScript engine that a browser will possess. </li></ol></section>
       </div>
     </div>
     <div class="clear">
@@ -253,7 +256,7 @@ Request.Post(&quot;http://targethost/log
             
 <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/android.html
URL: http://svn.apache.org/viewvc/httpcomponents/site/httpcomponents-client-5.0.x/android.html?rev=1881851&r1=1881850&r2=1881851&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/android.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/android.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,13 +182,13 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section">
+        <section>
 <h2><a name="HttpClient_for_Android"></a>HttpClient for Android</h2>
 <p>Apache HttpCLient 5.x is expected to work well with Android API 19 and newer</p>
 <div>
 <pre>dependencies {
     compile group: 'org.apache.httpcomponents.client5' , name: 'httpclient5' , version: '5.0'
-}</pre></div></div>
+}</pre></div></section>
       </div>
     </div>
     <div class="clear">
@@ -199,7 +202,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>