VictoriaMetrics/lib/netutil
Nikolay b00f7816e2 adds proxy_url support, (#980)
* adds proxy_url support,
adds proxy_url to the dockerswarm, eureka, kubernetes and consul service discovery,
adds proxy_url to the scrape_config for targets scrapping,
http based proxy is supported atm,
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/503

* fixes imports
2020-12-24 10:57:19 +02:00
..
conn.go all: use errors.As instead of type assertion for detecting net.Error 2020-07-01 00:16:13 +03:00
conn_pool.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
proxy.go adds proxy_url support, (#980) 2020-12-24 10:57:19 +02:00
tcpdialer.go lib/netutil: use IPv6 for both listening and dialing if -enabledTCP6 is set 2019-12-01 02:52:53 +02:00
tcplistener.go all: use errors.As instead of type assertion for detecting net.Error 2020-07-01 00:16:13 +03:00