CLI parses http_proxy and https_proxy by simply splitting hostname:port with :. We should support cases with trailing / which is fairly common and also proxies with username/password(URI syntax).
Also we should consider changing the priority to lower_case variant.
CLI parses
http_proxy
andhttps_proxy
by simply splittinghostname:port
with:
. We should support cases with trailing/
which is fairly common and also proxies with username/password(URI syntax).Also we should consider changing the priority to lower_case variant.