Kaydet (Commit) 6cbe4275 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Add info about HTTP/1.1 and Connection:Close header.

üst ff562506
......@@ -26,7 +26,8 @@ The :mod:`urllib.request` module defines the following functions:
*data* should be a buffer in the standard
:mimetype:`application/x-www-form-urlencoded` format. The
:func:`urllib.parse.urlencode` function takes a mapping or sequence
of 2-tuples and returns a string in this format.
of 2-tuples and returns a string in this format. urllib.request module uses
HTTP/1.1 and includes `Connection:close` header in its HTTP requests.
The optional *timeout* parameter specifies a timeout in seconds for
blocking operations like the connection attempt (if not specified,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment