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:11:49 UTC

[httpcomponents-client] branch 4.5.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 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


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

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

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

diff --git a/httpclient/src/main/java/org/apache/http/impl/client/HttpClientBuilder.java b/httpclient/src/main/java/org/apache/http/impl/client/HttpClientBuilder.java
index 1f78e0e..53a6e88 100644
--- a/httpclient/src/main/java/org/apache/http/impl/client/HttpClientBuilder.java
+++ b/httpclient/src/main/java/org/apache/http/impl/client/HttpClientBuilder.java
@@ -142,6 +142,10 @@ import org.apache.http.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.maxConnections</li>
  *  <li>http.agent</li>