Closed heiglandreas closed 2 years ago
This change will make it possible to provide a proxy when downloading.
For that the content of the environment-variable HTTP_PROXY is used. Alternatively one can also use http_proxy (as used by curl) can be used.
HTTP_PROXY
http_proxy
For proxy-authentication you can set user and password for basic-authentication via the environment variable HTTP_PROXY_AUTH
HTTP_PROXY_AUTH
This addresses #22
This change will make it possible to provide a proxy when downloading.
For that the content of the environment-variable
HTTP_PROXY
is used. Alternatively one can also usehttp_proxy
(as used by curl) can be used.For proxy-authentication you can set user and password for basic-authentication via the environment variable
HTTP_PROXY_AUTH
This addresses #22