]> Cypherpunks repositories - gostls13.git/commit
net/http: make DefaultTransport docs about HTTP proxy consistent
authorVladimir Varankin <vladimir@varank.in>
Sat, 10 Sep 2022 20:07:36 +0000 (20:07 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 13 Sep 2022 17:41:36 +0000 (17:41 +0000)
commit39b31a3eb25e925cfbb57777e23d24e2a2af4d7a
treea045f91a36edd84b0982abb8937c7f3c3851cd26
parent5bbee7a095435e52322b3a7c1e028b19c22e86e5
net/http: make DefaultTransport docs about HTTP proxy consistent

The changes improve the documentation for DefaultTransport, making
the style with how the HTTP proxy environment variables are being
referred to, consistent with the rest of the project's
documentation.

Also mention HTTPS_PROXY environment variables, as suggested in #32649.

Change-Id: I4e6b49881d7b30b5a0d4699531fa7c2929fc49f7
GitHub-Last-Rev: 2fc751937be685aa45acf43cf37b8ba2da124e4e
GitHub-Pull-Request: golang/go#54996
Reviewed-on: https://go-review.googlesource.com/c/go/+/430135
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Jenny Rakoczy <jenny@golang.org>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Jenny Rakoczy <jenny@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/net/http/transport.go