aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-19 17:35:54 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-19 17:35:54 -0700
commit24ce2b711d108fed183dd947ddb728ef0c1db592 (patch)
tree9d3d3e31159d958ba20e38d3997b95036fb071de /doc/environment_variables.md
parent3ac64f826c6e489ac59a7194945fa56bca2a3bd0 (diff)
parent6beba3c50e2ac9032da196b9bbf8b2f5484cb924 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 62a988f267..000f0e5ae7 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -4,6 +4,10 @@ gRPC environment variables
gRPC C core based implementations (those contained in this repository) expose
some configuration as environment variables that can be set.
+* http_proxy
+ The URI of the proxy to use for HTTP CONNECT support. Does not currently
+ support username or password information in the URI.
+
* GRPC_ABORT_ON_LEAKS
A debugging aid to cause a call to abort() when gRPC objects are leaked past
grpc_shutdown(). Set to 1 to cause the abort, if unset or 0 it does not