You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by sv...@apache.org on 2020/11/15 15:18:40 UTC

svn commit: r1883444 [2/10] - 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/ httpcomponen...

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=1883444&r1=1883443&r2=1883444&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/logging.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/logging.html Sun Nov 15 15:18:39 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-11-13 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-11-15 ( $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="20201113" />
+    <meta name="Date-Revision-yyyymmdd" content="20201115" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-11-13</span>
+        <span id="publishDate">Last Published: 2020-11-15</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>
@@ -207,28 +207,24 @@
 <pre>-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 -Dorg.apache.commons.logging.simplelog.showdatetime=true
 -Dorg.apache.commons.logging.simplelog.log.org.apache.http=DEBUG
--Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=ERROR
-</pre></div></li>
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http.wire=ERROR</pre></div></li>
 <li>Enable full wire + context logging
 <div>
 <pre>-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 -Dorg.apache.commons.logging.simplelog.showdatetime=true
--Dorg.apache.commons.logging.simplelog.log.org.apache.http=DEBUG
-</pre></div></li>
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http=DEBUG</pre></div></li>
 <li>Enable context logging for connection management
 <div>
 <pre>-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 -Dorg.apache.commons.logging.simplelog.showdatetime=true
--Dorg.apache.commons.logging.simplelog.log.org.apache.http.impl.conn=DEBUG
-</pre></div></li>
+-Dorg.apache.commons.logging.simplelog.log.org.apache.http.impl.conn=DEBUG</pre></div></li>
 <li>Enable context logging for connection management / request execution
 <div>
 <pre>-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 -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></section><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 <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>
@@ -242,8 +238,7 @@ log4j.appender.stdout.layout=org.apache.
 log4j.appender.stdout.layout.ConversionPattern=%5p [%c] %m%n
 
 log4j.logger.org.apache.http=DEBUG
-log4j.logger.org.apache.http.wire=ERROR
-</pre></div></li>
+log4j.logger.org.apache.http.wire=ERROR</pre></div></li>
 <li>Enable full wire + context logging
 <div>
 <pre>log4j.rootLogger=INFO, stdout
@@ -252,8 +247,7 @@ log4j.appender.stdout=org.apache.log4j.C
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%5p [%c] %m%n
 
-log4j.logger.org.apache.http=DEBUG
-</pre></div></li>
+log4j.logger.org.apache.http=DEBUG</pre></div></li>
 <li>Enable context logging for connection management
 <div>
 <pre>log4j.rootLogger=INFO, stdout
@@ -262,8 +256,7 @@ log4j.appender.stdout=org.apache.log4j.C
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=%5p [%c] %m%n
 
-log4j.logger.org.apache.http.impl.conn=DEBUG
-</pre></div></li>
+log4j.logger.org.apache.http.impl.conn=DEBUG</pre></div></li>
 <li>Enable context logging for connection management / request execution
 <div>
 <pre>log4j.rootLogger=INFO, stdout
@@ -274,8 +267,7 @@ 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>
+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 <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 <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>
@@ -288,13 +280,11 @@ java.util.logging.FileHandler.count = 1
 java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
 java.util.logging.ConsoleHandler.level = INFO
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-com.xyz.foo.level = SEVERE
-</pre></div>
+com.xyz.foo.level = SEVERE</pre></div>
 <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>
+-classpath $HOME/myapp/target/classes com.myapp.Main</pre></div>
 <p>Alternatively <a class="externalLink" href="http://docs.oracle.com/javase/7/docs/api/java/util/logging/LogManager.html#readConfiguration(java.io.InputStream)&quot;"> LogManager#readConfiguration(InputStream)</a> can be used to pass it the desired configuration.</p>
 <ul>
 <li>Enable header wire + context logging - <b>Best for Debugging</b>
@@ -306,8 +296,7 @@ java.util.logging.ConsoleHandler.formatt
 java.util.logging.ConsoleHandler.level = ALL
 
 org.apache.http.level = FINEST
-org.apache.http.wire.level = SEVERE
-</pre></div></li>
+org.apache.http.wire.level = SEVERE</pre></div></li>
 <li>Enable full wire + context logging
 <div>
 <pre>.level = INFO
@@ -316,8 +305,7 @@ handlers=java.util.logging.ConsoleHandle
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
 java.util.logging.ConsoleHandler.level = ALL
 
-org.apache.http.level = FINEST
-</pre></div></li>
+org.apache.http.level = FINEST</pre></div></li>
 <li>Enable context logging for connection management
 <div>
 <pre>.level = INFO
@@ -326,8 +314,7 @@ handlers=java.util.logging.ConsoleHandle
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
 java.util.logging.ConsoleHandler.level = ALL
 
-org.apache.http.impl.conn.level = FINEST
-</pre></div></li>
+org.apache.http.impl.conn.level = FINEST</pre></div></li>
 <li>Enable context logging for connection management / request execution
 <div>
 <pre>.level = INFO
@@ -338,8 +325,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>
+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></section></section></section>
       </div>
     </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=1883444&r1=1883443&r2=1883444&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/ntlm.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/ntlm.html Sun Nov 15 15:18:39 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-11-13 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-11-15 ( $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="20201113" />
+    <meta name="Date-Revision-yyyymmdd" content="20201115" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-11-13</span>
+        <span id="publishDate">Last Published: 2020-11-15</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>
@@ -245,8 +245,7 @@ public final class JCIFSEngine implement
         return Base64.encode(type3Message.toByteArray());
     }
 
-}
-</pre></div></li>
+}</pre></div></li>
 <li>Implement AuthSchemeProvider interface
 <div>
 <pre>public class JCIFSNTLMSchemeFactory implements AuthSchemeProvider {
@@ -254,8 +253,7 @@ public final class JCIFSEngine implement
     public AuthScheme create(final HttpContext context) {
         return new NTLMScheme(new JCIFSEngine());
     }
-}
-</pre></div></li>
+}</pre></div></li>
 <li>Register NTLMSchemeFactory with the HttpClient instance you want to NTLM enable.
 <div>
 <pre>Registry&lt;AuthSchemeProvider&gt; authSchemeRegistry = RegistryBuilder.&lt;AuthSchemeProvider&gt;create()
@@ -267,8 +265,7 @@ public final class JCIFSEngine implement
         .build();
 CloseableHttpClient httpClient = HttpClients.custom()
         .setDefaultAuthSchemeRegistry(authSchemeRegistry)
-        .build();
-</pre></div></li>
+        .build();</pre></div></li>
 <li>Set NTCredentials for the web server you are going to access.</li></ul></section></section>
       </div>
     </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=1883444&r1=1883443&r2=1883444&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/primer.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/primer.html Sun Nov 15 15:18:39 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-11-13 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-11-15 ( $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="20201113" />
+    <meta name="Date-Revision-yyyymmdd" content="20201115" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-11-13</span>
+        <span id="publishDate">Last Published: 2020-11-15</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>
@@ -267,44 +267,36 @@
 <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>
 <pre>&lt;input type=&quot;text&quot; name=&quot;...&quot;&gt;
-&lt;input type=&quot;password&quot; name=&quot;...&quot;&gt;
-</pre></div>
+&lt;input type=&quot;password&quot; name=&quot;...&quot;&gt;</pre></div>
 <p>specify single-line input fields. Using the return key in one of these fields will submit the form, so the value really is a single line of input from the user.</p>
 <div>
 <pre>&lt;input type=&quot;text&quot; readonly name=&quot;...&quot; value=&quot;...&quot;&gt;
-&lt;input type=&quot;hidden&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;
-</pre></div>
+&lt;input type=&quot;hidden&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;</pre></div>
 <p>specify a parameter that can not be changed by the user. The value of the parameter is given by the value attribute.</p>
 <div>
 <pre>&lt;input type=&quot;radio&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;
-&lt;input type=&quot;checkbox&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;
-</pre></div>
+&lt;input type=&quot;checkbox&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;</pre></div>
 <p>specify a parameter that can be included or omitted. There usually is more than one tag with the same name. For radio buttons, only one can be selected and the value of the parameter is the value of the selected radio button. For checkboxes, more than one can be selected. There will be one name-value-pair for each selected checkbox, with the same name for all of them.</p>
 <div>
 <pre>&lt;input type=&quot;submit&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;
-&lt;button type=&quot;submit&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;
-</pre></div>
+&lt;button type=&quot;submit&quot; name=&quot;...&quot; value=&quot;...&quot;&gt;</pre></div>
 <p>specify a button to submit the form. The parameter will only be added to the form if that button is used to submit. If another button is used, or the form is submitted by pressing the return key in a text input field, the parameter is not part of the submitted form data. If the name attribute is missing, no parameter is added to the form data for that button.</p>
 <div>
 <pre>&lt;textarea name=&quot;...&quot;&gt;
-&lt;textarea value=&quot;...&quot; readonly&gt;
-</pre></div>
+&lt;textarea value=&quot;...&quot; readonly&gt;</pre></div>
 <p>specify a multi-line input field. In the readonly case, the value of the parameter is the text between the <i>textarea</i> and <i>/textarea</i> tags.</p>
 <div>
 <pre>&lt;select name=&quot;...&quot; multiple&gt;}}}
   &lt;option value=&quot;...&quot;&gt;...&lt;/option&gt;}}}
   &lt;option value=&quot;...&quot;&gt;...&lt;/option&gt;}}}
   ...
-&lt;/select&gt;
-</pre></div>
+&lt;/select&gt;</pre></div>
 <p>specify a selection list or drop-down menu. If the multiple attribute is not present, only one option can be selected. There will be one name-value-pair for each selected option, with the same name for all of them. If there is no value attribute, the value for that option is the text between <i>option</i> and <i>/option</i>.</p>
 <div>
-<pre>&lt;input type=&quot;image&quot; name=&quot;...&quot;&gt;
-</pre></div>
+<pre>&lt;input type=&quot;image&quot; name=&quot;...&quot;&gt;</pre></div>
 <p>specifies an image that can be clicked to submit the form. If that image is clicked to submit the form, two parameters are added to the form data. The name attribute is suffixed with &quot;.x&quot; and &quot;.y&quot;, the values for the parameters are the relative coordinates of the mouse pointer within the image at the time of the click, in pixel. If the name attribute is missing, no parameters will be added to the form data.</p>
 <div>
-<pre>&lt;input type=&quot;file&quot; name=&quot;...&quot;&gt;
-</pre></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></section><section>
 <h4><a name="Analyze_the_Form.2C_Again"></a><a name="Analyze_the_Form_Again">Analyze the Form, Again</a></h4>

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=1883444&r1=1883443&r2=1883444&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-4.5.x/quickstart.html (original)
+++ httpcomponents/site/httpcomponents-client-4.5.x/quickstart.html Sun Nov 15 15:18:39 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-11-13 ( $Revision$ ) -->
+<!-- Generated by Apache Maven Doxia at 2020-11-15 ( $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="20201113" />
+    <meta name="Date-Revision-yyyymmdd" content="20201115" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2020-11-13</span>
+        <span id="publishDate">Last Published: 2020-11-15</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>
@@ -225,8 +225,7 @@ try {
     EntityUtils.consume(entity2);
 } finally {
     response2.close();
-}
-</pre></div>
+}</pre></div>
 <p>Source can be downloaded <a href="./httpclient/examples/org/apache/http/examples/client/QuickStart.java">here</a></p></li>
 <li>The same requests can be executed using a simpler, albeit less flexible, fluent API.
 <div>
@@ -239,7 +238,6 @@ Request.Get(&quot;http://targethost/home
 Request.Post(&quot;http://targethost/login&quot;)
     .bodyForm(Form.form().add(&quot;username&quot;,  &quot;vip&quot;).add(&quot;password&quot;,  &quot;secret&quot;).build())
     .execute().returnContent();
-
 </pre></div>
 <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>

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=1883444&r1=1883443&r2=1883444&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/android.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/android.html Sun Nov 15 15:18:39 2020
@@ -1,215 +1,214 @@
-<!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-11-13 ( $Revision: 1070709 $ ) -->
-<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache HttpComponents &#x2013; HttpClient for Android</title>
-    <style type="text/css" media="all">
-      @import url("../css/maven-base.css");
-      @import url("../css/maven-theme.css");
-      @import url("../css/site.css");
-    </style>
-    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20201113" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                        <a href="http://www.apache.org/" id="bannerLeft">
-                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
-                </a>
-                              <a href="http://hc.apache.org/" id="bannerRight">
-                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
-                </a>
-            <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-            
-                
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2020-11-13</span>
-                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
-            |
-                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
-              
-                
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-             
-                
-                                <h5>HttpComponents</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../index.html" title="Home">Home</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
-            </li>
-                  <li class="none">
-                          <a href="../downloads.cgi" title="Download">Download</a>
-            </li>
-                  <li class="none">
-                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                  <li class="none">
-                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
-            </li>
-          </ul>
-                       <h5>Overview</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../index.html" title="About">About</a>
-            </li>
-                  <li class="none">
-                          <a href="../news.html" title="News">News</a>
-            </li>
-                  <li class="none">
-                          <a href="../poweredby.html" title="Powered by">Powered by</a>
-            </li>
-                  <li class="none">
-                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
-            </li>
-          </ul>
-                       <h5>Components</h5>
-                  <ul>
-                                                                                                                                                                                                                              <li class="expanded">
-                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
-                    <ul>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/quickstart.html" title="Quick Start">Quick Start</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/examples.html" title="Examples (Classic)">Examples (Classic)</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/examples-async.html" title="Examples (Async)">Examples (Async)</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/examples-reactive.html" title="Examples (Reactive)">Examples (Reactive)</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/logging.html" title="Logging Guide">Logging Guide</a>
-            </li>
-                      <li class="none">
-            <strong>Android</strong>
-          </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/related-projects.html" title="Related">Related</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/download.html" title="Download">Download</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/project-info.html" title="Project Info">Project Info</a>
-            </li>
-              </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">
-                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
-                  </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
-                  </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
-                  </li>
-          </ul>
-                       <h5>Legacy</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
-            </li>
-          </ul>
-                       <h5>Project</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../status.html" title="Status">Status</a>
-            </li>
-                  <li class="none">
-                          <a href="../charter.html" title="Charter">Charter</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                        <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
-                       <h5>ASF</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
-            </li>
-          </ul>
-                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
-        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
-      </a>
-                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
-        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
-      </a>
-                       
-                
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <section>
-<h2><a name="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></section>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-                      
-<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
-            
-<br/>
-            
-<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2020
-                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
+<!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-11-15 ( $Revision: 1070709 $ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; HttpClient for Android</title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20201115" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
+                </a>
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2020-11-15</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+            |
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
+              
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                
+                                <h5>HttpComponents</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="../downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
+                       <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="../news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="../poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
+                       <h5>Components</h5>
+                  <ul>
+                                                                                                                                                                                                                              <li class="expanded">
+                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
+                    <ul>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/quickstart.html" title="Quick Start">Quick Start</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/examples.html" title="Examples (Classic)">Examples (Classic)</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/examples-async.html" title="Examples (Async)">Examples (Async)</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/examples-reactive.html" title="Examples (Reactive)">Examples (Reactive)</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/logging.html" title="Logging Guide">Logging Guide</a>
+            </li>
+                      <li class="none">
+            <strong>Android</strong>
+          </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/related-projects.html" title="Related">Related</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/download.html" title="Download">Download</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/project-info.html" title="Project Info">Project Info</a>
+            </li>
+              </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">
+                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
+                       <h5>Legacy</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
+                       <h5>Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="../charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                        <li class="collapsed">
+                          <a href="../project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                       
+                
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <section>
+<h2><a name="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></section>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+                      
+<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
+            
+<br/>
+            
+<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                <div class="xright">Copyright &#169;                    2005-2020
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
 </html>
\ No newline at end of file

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=1883444&r1=1883443&r2=1883444&view=diff
==============================================================================
--- httpcomponents/site/httpcomponents-client-5.0.x/download.html (original)
+++ httpcomponents/site/httpcomponents-client-5.0.x/download.html Sun Nov 15 15:18:39 2020
@@ -1,216 +1,216 @@
-<!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-11-13 ( $Revision: 1070709 $ ) -->
-<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache HttpComponents &#x2013; HttpComponents HttpClient Download Page</title>
-    <style type="text/css" media="all">
-      @import url("../css/maven-base.css");
-      @import url("../css/maven-theme.css");
-      @import url("../css/site.css");
-    </style>
-    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20201113" />
-    <meta http-equiv="Content-Language" content="en" />
-        
-        </head>
-  <body class="composite">
-    <div id="banner">
-                        <a href="http://www.apache.org/" id="bannerLeft">
-                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
-                </a>
-                              <a href="http://hc.apache.org/" id="bannerRight">
-                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
-                </a>
-            <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-            
-                
-                <div class="xleft">
-        <span id="publishDate">Last Published: 2020-11-13</span>
-                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
-                      </div>
-            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
-            |
-                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
-              
-                
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-             
-                
-                                <h5>HttpComponents</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../index.html" title="Home">Home</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
-            </li>
-                  <li class="none">
-                          <a href="../downloads.cgi" title="Download">Download</a>
-            </li>
-                  <li class="none">
-                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
-            </li>
-                  <li class="none">
-                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
-            </li>
-          </ul>
-                       <h5>Overview</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../index.html" title="About">About</a>
-            </li>
-                  <li class="none">
-                          <a href="../news.html" title="News">News</a>
-            </li>
-                  <li class="none">
-                          <a href="../poweredby.html" title="Powered by">Powered by</a>
-            </li>
-                  <li class="none">
-                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
-            </li>
-          </ul>
-                       <h5>Components</h5>
-                  <ul>
-                                                                                                                                                                                                                              <li class="expanded">
-                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
-                    <ul>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/quickstart.html" title="Quick Start">Quick Start</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/examples.html" title="Examples (Classic)">Examples (Classic)</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/examples-async.html" title="Examples (Async)">Examples (Async)</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/examples-reactive.html" title="Examples (Reactive)">Examples (Reactive)</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/logging.html" title="Logging Guide">Logging Guide</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/android.html" title="Android">Android</a>
-            </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/related-projects.html" title="Related">Related</a>
-            </li>
-                      <li class="none">
-            <strong>Download</strong>
-          </li>
-                      <li class="none">
-                          <a href="../httpcomponents-client-5.0.x/project-info.html" title="Project Info">Project Info</a>
-            </li>
-              </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">
-                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
-                  </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
-                  </li>
-                                                                                                                          <li class="collapsed">
-                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
-                  </li>
-          </ul>
-                       <h5>Legacy</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
-            </li>
-          </ul>
-                       <h5>Project</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="../status.html" title="Status">Status</a>
-            </li>
-                  <li class="none">
-                          <a href="../charter.html" title="Charter">Charter</a>
-            </li>
-          </ul>
-                       <h5>Project Documentation</h5>
-                  <ul>
-                                                                                                        <li class="collapsed">
-                          <a href="../project-info.html" title="Project Information">Project Information</a>
-                  </li>
-          </ul>
-                       <h5>ASF</h5>
-                  <ul>
-                  <li class="none">
-                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
-            </li>
-                  <li class="none">
-                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
-            </li>
-          </ul>
-                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
-        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
-      </a>
-                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
-        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
-      </a>
-                       
-                
-            </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
-        <section>
-<h2><a name="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></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></section>
-      </div>
-    </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-                      
-<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
-            
-<br/>
-            
-<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
-                <div class="xright">Copyright &#169;                    2005-2020
-                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-            All Rights Reserved.      
-                
-      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-  </body>
+<!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-11-15 ( $Revision: 1070709 $ ) -->
+<!-- $HeadURL: https://svn.apache.org/repos/asf/httpcomponents/maven-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Apache HttpComponents &#x2013; HttpComponents HttpClient Download Page</title>
+    <style type="text/css" media="all">
+      @import url("../css/maven-base.css");
+      @import url("../css/maven-theme.css");
+      @import url("../css/site.css");
+    </style>
+    <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20201115" />
+    <meta http-equiv="Content-Language" content="en" />
+        
+        </head>
+  <body class="composite">
+    <div id="banner">
+                        <a href="http://www.apache.org/" id="bannerLeft">
+                                        <img src="http://www.apache.org/images/asf_logo_wide.gif" alt="Apache" />
+                </a>
+                              <a href="http://hc.apache.org/" id="bannerRight">
+                                        <img src="http://hc.apache.org/images/logos/httpcomponents.png" alt="HttpComponents" />
+                </a>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2020-11-15</span>
+                  &nbsp;| <span id="projectVersion">Version: 1-SNAPSHOT</span>
+                      </div>
+            <div class="xright">                    <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+            |
+                        <a href="http://hc.apache.org/index.html" class="externalLink" title="HttpComponents">HttpComponents</a>
+              
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                
+                                <h5>HttpComponents</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">License</a>
+            </li>
+                  <li class="none">
+                          <a href="../downloads.cgi" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="../mail.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/HttpComponents/" class="externalLink" title="Wiki (external)">Wiki (external)</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/security/" class="externalLink" title="Security">Security</a>
+            </li>
+          </ul>
+                       <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../index.html" title="About">About</a>
+            </li>
+                  <li class="none">
+                          <a href="../news.html" title="News">News</a>
+            </li>
+                  <li class="none">
+                          <a href="../poweredby.html" title="Powered by">Powered by</a>
+            </li>
+                  <li class="none">
+                          <a href="../get-involved.html" title="Get Involved">Get Involved</a>
+            </li>
+          </ul>
+                       <h5>Components</h5>
+                  <ul>
+                                                                                                                                                                                                                              <li class="expanded">
+                          <a href="../httpcomponents-client-5.0.x/index.html" title="HttpClient 5.0">HttpClient 5.0</a>
+                    <ul>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/quickstart.html" title="Quick Start">Quick Start</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/examples.html" title="Examples (Classic)">Examples (Classic)</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/examples-async.html" title="Examples (Async)">Examples (Async)</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/examples-reactive.html" title="Examples (Reactive)">Examples (Reactive)</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/logging.html" title="Logging Guide">Logging Guide</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/android.html" title="Android">Android</a>
+            </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/related-projects.html" title="Related">Related</a>
+            </li>
+                      <li class="none">
+            <strong>Download</strong>
+          </li>
+                      <li class="none">
+                          <a href="../httpcomponents-client-5.0.x/project-info.html" title="Project Info">Project Info</a>
+            </li>
+              </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">
+                          <a href="../httpcomponents-client-4.5.x/index.html" title="HttpClient 4.5">HttpClient 4.5</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-core-4.4.x/index.html" title="HttpCore 4.4">HttpCore 4.4</a>
+                  </li>
+                                                                                                                          <li class="collapsed">
+                          <a href="../httpcomponents-asyncclient-4.1.x/index.html" title="HttpAsyncClient 4.1">HttpAsyncClient 4.1</a>
+                  </li>
+          </ul>
+                       <h5>Legacy</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../httpclient-legacy/index.html" title="Commons HttpClient">Commons HttpClient</a>
+            </li>
+          </ul>
+                       <h5>Project</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="../status.html" title="Status">Status</a>
+            </li>
+                  <li class="none">
+                          <a href="../charter.html" title="Charter">Charter</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                        <li class="collapsed">
+                          <a href="../project-info.html" title="Project Information">Project Information</a>
+                  </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="ASF Home Page">ASF Home Page</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">Foundation</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsor Apache">Sponsor Apache</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+          </ul>
+                                                                                                                   <a href="http://www.apache.org/events/current-event.html" title="ApacheCon" class="poweredBy">
+        <img class="poweredBy"  alt="ApacheCon" src="http://www.apache.org/events/current-event-125x125.png"    />
+      </a>
+                                                                                                    <a href="http://maven.apache.org/" title="Maven" class="poweredBy">
+        <img class="poweredBy"  alt="Maven" src="http://maven.apache.org/images/logos/maven-feather.png"    />
+      </a>
+                       
+                
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <section>
+<h2><a name="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></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></section>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+                      
+<div class="xleft">Apache HttpComponents, Commons HttpClient, Apache, the Apache feather logo, and the Apache HttpComponents project logo are trademarks of The Apache Software Foundation.</div>
+            
+<br/>
+            
+<div class="xleft">All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+                <div class="xright">Copyright &#169;                    2005-2020
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+                
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
 </html>
\ No newline at end of file