Thanks to visit codestin.com Credit goes to github.com
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 ff56250 commit 6cbe427Copy full SHA for 6cbe427
1 file changed
Doc/library/urllib.request.rst
@@ -26,7 +26,8 @@ The :mod:`urllib.request` module defines the following functions:
26
*data* should be a buffer in the standard
27
:mimetype:`application/x-www-form-urlencoded` format. The
28
:func:`urllib.parse.urlencode` function takes a mapping or sequence
29
- of 2-tuples and returns a string in this format.
+ of 2-tuples and returns a string in this format. urllib.request module uses
30
+ HTTP/1.1 and includes `Connection:close` header in its HTTP requests.
31
32
The optional *timeout* parameter specifies a timeout in seconds for
33
blocking operations like the connection attempt (if not specified,
0 commit comments