]> Cypherpunks repositories - gostls13.git/commit
net/http: document Transport.Proxy's https support
authorCraig Citro <craigcitro@google.com>
Fri, 27 Jul 2018 20:39:49 +0000 (13:39 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 27 Jul 2018 21:40:10 +0000 (21:40 +0000)
commit8450fd96779cc9e269f8a083a7f163bb1d7dbd39
tree5de1e9a8214a96a46d7f88e7737b3e959575b18f
parentd970519086765367f545186d860080059c69fad8
net/http: document Transport.Proxy's https support

The net/http module added support for HTTPS proxies in CL 68550, but the
Transport.Proxy docstring was never updated to reflect this. This (doc-only)
update adds "https" to the list of supported schemes.

Change-Id: I0570fcdae8232bb42d52c4dd739dd09ee8dfd612
Reviewed-on: https://go-review.googlesource.com/126495
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/transport.go