VictoriaMetrics/vendor/golang.org/x/net
Nikolay 9feee15493
lib/promscrape: fixes proxy autorization (#6783)
* Adds custom dial func for HTTP-Connect and socks5 proxy tunnels.
  Standard golang http.transport exposes GetProxyConnectHeader function,
  but it doesn't allow to use separate tls config for proxy.
  It also not possible to enforce HTTP-Connect with standard http lib.
* For http scrape targets, by default http.Transport.Proxy function must
  be used. Since it has special case with full uri forward.
* Adds proxy.URL json methods that allow to properly copy internal
fields, like User/Password.
It should fix bug with proxy_url. When credentials specified at URL was
ignored.
* Adds tests for scrape client proxy requests

related issue https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6771
2024-08-19 22:31:18 +02:00
..
http vendor: run make vendor-update 2024-05-12 16:17:38 +02:00
http2 make vendor-update (#6627) 2024-07-10 17:14:51 +02:00
idna vendor: run make vendor-update 2023-11-13 18:50:16 +01:00
internal lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:31:18 +02:00
proxy lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:31:18 +02:00
trace vendor: make vendor-update 2023-02-09 14:48:16 -08:00
LICENSE lib/promscrape: fixes proxy autorization (#6783) 2024-08-19 22:31:18 +02:00
PATENTS app/{vmbackup,vmrestore}: add vmbackup and vmrestore tools for creating backups on s3 or gcs from instant snapshots 2019-11-08 21:21:07 +02:00