Commit 84b731c7 authored by Senthil Kumaran's avatar Senthil Kumaran

Document the headers parameter for set_tunnel.

parent f6346ac2
......@@ -386,11 +386,14 @@ HTTPConnection Objects
.. versionadded:: 3.1
.. method:: HTTPConnection.set_tunnel(host, port=None)
.. method:: HTTPConnection.set_tunnel(host, port=None, headers=None)
Set the host and the port for HTTP Connect Tunnelling. Normally used when it
is required to a HTTPS Connection through a proxy server.
The headers argument should be a mapping of extra HTTP headers to to sent
with the CONNECT request.
.. versionadded:: 3.2
.. method:: HTTPConnection.connect()
......
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