merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
This commit is contained in:
parent
4c9721ad40
commit
612b2b338b
|
@ -297,6 +297,11 @@ The following classes are provided:
|
|||
A catch-all class to handle unknown URLs.
|
||||
|
||||
|
||||
.. class:: HTTPErrorProcessor()
|
||||
|
||||
Process HTTP error responses.
|
||||
|
||||
|
||||
.. _request-objects:
|
||||
|
||||
Request Objects
|
||||
|
|
Loading…
Reference in New Issue