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 d0d9349 commit d493391Copy full SHA for d493391
‎Misc/NEWS.d/next/Library/2023-05-08-11-52-56.gh-issue-69152.tlH-q1.rst
@@ -0,0 +1,7 @@
1
+Added attribute '_raw_proxy_headers' to HTTPConnection class. This
2
+attribute contains the unprocessed header lines of the proxy server response
3
+to the CONNECT request.
4
+Added method get_proxy_response_headers to HTTPConnection class that allows
5
+to get a dictionary with headers of the proxy server response
6
7
+The HTTPConnection class attribute _proxy_response_headers has been removed.
0 commit comments