Document curl plugin .netrc and .curlrc behavior

This commit is contained in:
jcorporation 2022-10-18 22:39:01 +02:00
parent e4c8ebe056
commit 5781f223f6
1 changed files with 3 additions and 2 deletions

View File

@ -219,8 +219,9 @@ Opens remote files or streams over HTTP using libcurl.
Note that unless overridden by the below settings (e.g. by setting
them to a blank value), general curl configuration from environment
variables such as ``http_proxy`` or specified in :file:`~/.curlrc`
will be in effect.
variables such as ``http_proxy`` will be in effect.
User name and password are read from an optional :file:`~/.netrc`, :file:`~/.curlrc` is not read.
.. list-table::
:widths: 20 80