| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1590c39 commit c53aaec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1125,7 +1125,7 @@ UnknownHandler Objects | |||
| 1125 | 1125 | HTTPErrorProcessor Objects | |
| 1126 | 1126 | -------------------------- | |
| 1127 | 1127 | ||
| 1128 | - .. method:: HTTPErrorProcessor.http_response() | ||
| 1128 | + .. method:: HTTPErrorProcessor.http_response(request, response) | ||
| 1129 | 1129 | ||
| 1130 | 1130 | Process HTTP error responses. | |
| 1131 | 1131 | ||
@@ -1137,7 +1137,7 @@ HTTPErrorProcessor Objects | |||
| 1137 | 1137 | :exc:`~urllib.error.HTTPError` if no other handler handles the error. | |
| 1138 | 1138 | ||
| 1139 | 1139 | ||
| 1140 | - .. method:: HTTPErrorProcessor.https_response() | ||
| 1140 | + .. method:: HTTPErrorProcessor.https_response(request, response) | ||
| 1141 | 1141 | ||
| 1142 | 1142 | Process HTTPS error responses. | |
| 1143 | 1143 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments