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 ed270fa commit 0215d09Copy full SHA for 0215d09
1 file changed
Doc/library/urllib.request.rst
@@ -921,7 +921,7 @@ UnknownHandler Objects
921
HTTPErrorProcessor Objects
922
--------------------------
923
924
-.. method:: HTTPErrorProcessor.unknown_open()
+.. method:: HTTPErrorProcessor.http_response()
925
926
Process HTTP error responses.
927
@@ -933,6 +933,13 @@ HTTPErrorProcessor Objects
933
:exc:`HTTPError` if no other handler handles the error.
934
935
936
+.. method:: HTTPErrorProcessor.https_response()
937
+
938
+ Process HTTPS error responses.
939
940
+ The behavior is same as :meth:`http_response`.
941
942
943
.. _urllib-request-examples:
944
945
Examples
0 commit comments