You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -835,19 +835,19 @@ Troubleshooting
835
835
836
836
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
837
837
838
-
Proxy
838
+
Using a proxy
839
839
-----
840
840
Clients in this repository use either HTTP or gRPC for the transport layer.
841
841
The README of each client documents the transport layer the client uses.
842
842
843
-
For HTTP clients, the proxy can be configured by `http.proxyHost` and
843
+
For HTTP clients, a proxy can be configured by using`http.proxyHost` and
844
844
related system properties as documented by
845
845
[Java Networking and Proxies](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html).
846
846
847
-
For gRPC clients, the proxy can be configured by the
847
+
For gRPC clients, a proxy can be configured by using the
848
848
`GRPC_PROXY_EXP` environment variable as documented by
849
849
the gRPC [release notes](https://github.com/grpc/grpc-java/releases/tag/v1.0.3).
850
-
Please note that the gRPC proxy support is currently experimental.
850
+
Please note that gRPC proxy support is currently experimental.
0 commit comments