]> granicus.if.org Git - python/commit
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)
authorCédric Krier <cedk@users.noreply.github.com>
Tue, 19 Feb 2019 16:18:50 +0000 (17:18 +0100)
committerVictor Stinner <vstinner@redhat.com>
Tue, 19 Feb 2019 16:18:50 +0000 (17:18 +0100)
commitbeda52ed36e701e45f22903fc4d3bec0d085b25b
treee96db330072912b7dce724ffdc547291bae4758a
parent513e9b4425d09cb0b4889495f9b93dda341b8dd0
bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308)

Allow to add HTTP headers to XML-RPC requests sent to the server.
Doc/library/xmlrpc.client.rst
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS.d/next/Library/2018-11-03-12-38-03.bpo-35153.009pdF.rst [new file with mode: 0644]