Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reworded news and add ReST formatting.
  • Loading branch information
gpshead authored May 16, 2023
commit a21af198c99bd132209af447ba94c928e0f2a34c
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Added method get_proxy_response_headers to HTTPConnection class that allows
to get a dictionary with headers of the proxy server response
to the CONNECT request.
Added :meth:`http.client.HTTPConnection.get_proxy_response_headers` that
provides access to the HTTP headers on a proxy server response to the
``CONNECT`` request.