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/10/17 10:16:46 UTC

[httpcomponents-client] branch 5.0.x updated: HTTPCLIENT-2119: added missing system properties to HttpClientBuilder javadocs

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 09c2fea  HTTPCLIENT-2119: added missing system properties to HttpClientBuilder javadocs
09c2fea is described below

commit 09c2feaafe16d6e8c90dea902f624e506fb1b12f
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Oct 17 12:07:36 2020 +0200

    HTTPCLIENT-2119: added missing system properties to HttpClientBuilder javadocs
---
 .../org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java
index 8da6f13..42120b3 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java
@@ -125,6 +125,10 @@ import org.apache.hc.core5.util.VersionInfo;
  *  <li>https.proxyHost</li>
  *  <li>https.proxyPort</li>
  *  <li>http.nonProxyHosts</li>
+ *  <li>https.proxyUser</li>
+ *  <li>http.proxyUser</li>
+ *  <li>https.proxyPassword</li>
+ *  <li>http.proxyPassword</li>
  *  <li>http.keepAlive</li>
  *  <li>http.agent</li>
  * </ul>