mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
_ENVIRONMENT.md. Windows does case insensitive env variables
Closes #21907
This commit is contained in:
parent
a89fd1ffd4
commit
ff7086874e
2 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,8 @@
|
|||
# ENVIRONMENT
|
||||
The environment variables can be specified in lower case or upper case. The
|
||||
lower case version has precedence. `http_proxy` is an exception as it is only
|
||||
available in lower case.
|
||||
available in lower case. (Note that some systems, like Windows, do not
|
||||
differentiate between environment variables using different case.)
|
||||
|
||||
Using an environment variable to set the proxy has the same effect as using
|
||||
the --proxy option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue