Are there a way to support HTTPS proxy authorization? Idealy it should be
export $proxy-authorization="Basic YWxhZGRpbjpvcGVuc2VzYW1l"
Otherwise, for organizations that require proxy authorization, we could not connect.
I also quickly looked at the code under src/download/lib.rs, couldn't find "authorization" or "authentication" so I assume this function is not currently existing.