We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287c5e8 commit 912f075Copy full SHA for 912f075
src/net/http/transport.go
@@ -427,6 +427,7 @@ func (t *Transport) onceSetNextProtoDefaults() {
427
//
428
// The environment values may be either a complete URL or a
429
// "host[:port]", in which case the "http" scheme is assumed.
430
+// The schemes "http", "https", and "socks5" are supported.
431
// An error is returned if the value is a different form.
432
433
// A nil URL and nil error are returned if no proxy is defined in the
0 commit comments