see https://github.com/golang/go/issues/11332 - it will be in Go 1.10
On Fri, Oct 27, 2017 at 11:07 AM, Michał Łowicki wrote:
> Hi,
>
> It looks that currently only either http or socks5 are supported (
> https://golang.org/pkg/net/http/):
>
> // The proxy type is determined by the URL scheme. "
Hi,
It looks that currently only either http or socks5 are supported
(https://golang.org/pkg/net/http/):
// The proxy type is determined by the URL scheme. "http"// and "socks5" are
supported. If the scheme is empty,// "http" is assumed.
I've tried to use proxy which uses TLS (go1.9) but I'm