diff options
| author | benjaminran <benjaminran2@gmail.com> | 2015-04-05 14:23:10 -0700 |
|---|---|---|
| committer | benjaminran <benjaminran2@gmail.com> | 2015-04-05 14:23:10 -0700 |
| commit | 1b1866934b407dfe10bd75a7d81bdeb218934f70 (patch) | |
| tree | 16182493d82fabf2bf4f836d3ce133f420f31518 /docs/user/quickstart.rst | |
| parent | d294de38c4461c1e694038dd7264ff74ceae1c0b (diff) | |
| download | python-requests-1b1866934b407dfe10bd75a7d81bdeb218934f70.tar.gz | |
updated custom header precedence info with .netrc example
Diffstat (limited to 'docs/user/quickstart.rst')
| -rw-r--r-- | docs/user/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index cb187797..7b14610c 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -192,7 +192,7 @@ For example, we didn't specify our content-type in the previous example:: Note: Custom headers are given less precedence than more specific sources of information. For instance: -* Authorization headers will be overridden by any alternative auth source found. +* Authorization headers will be overridden if credentials are passed via the ``auth`` parameter or are specified in a ``.netrc`` accessible in the environment. * Authorization headers will be removed if you get redirected off-host. * Proxy-Authorization headers will be overridden by proxy credentials provided in the URL. * Content-Length headers will be overridden when we can determine the length of the content. |
