Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add HTTP(S)_PROXY and http(s)_proxy to environment variables
According to issue #43: curl, wget, perl library and python library read environment variables to configure http and https proxy. But the current curl uses upper case letters and the current wget uses lower case letters. (Found in the man pages.) The perl library could have changed the writing in the history. (Found different information on web pages.) To support all tools in all versions HTTP(S)_PROXY and http(s)_proxy exports are added in the orc_loadURL function.
- Loading branch information