We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a4eb2 commit 0e16105Copy full SHA for 0e16105
Doc/library/urllib.request.rst
@@ -542,7 +542,8 @@ request.
542
name, and later calls will overwrite previous calls in case the *key* collides.
543
Currently, this is no loss of HTTP functionality, since all headers which have
544
meaning when used more than once have a (header-specific) way of gaining the
545
- same functionality using only one header.
+ same functionality using only one header. Note that headers added using
546
+ this method are also added to redirected requests.
547
548
549
.. method:: Request.add_unredirected_header(key, header)
0 commit comments