We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161dff7 commit f348154Copy full SHA for f348154
Doc/library/urllib.request.rst
@@ -547,7 +547,8 @@ request.
547
name, and later calls will overwrite previous calls in case the *key* collides.
548
Currently, this is no loss of HTTP functionality, since all headers which have
549
meaning when used more than once have a (header-specific) way of gaining the
550
- same functionality using only one header.
+ same functionality using only one header. Note that headers added using
551
+ this method are also added to redirected requests.
552
553
554
.. method:: Request.add_unredirected_header(key, header)
0 commit comments