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.
With go1.7, the net package now provides a DialContext function. This is the recommended way to use http.Transport.
net
http.Transport
x/net/proxy should do the same so we can use it when creating our http.Transports for use with SOCKS proxies.
x/net/proxy