Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi

This commit is contained in:
Senthil Kumaran 2011-07-18 06:42:46 +08:00
parent 023c6f703d
commit ed270fab64
1 changed files with 5 additions and 0 deletions

View File

@ -313,6 +313,11 @@ The following classes are provided:
A catch-all class to handle unknown URLs.
.. class:: HTTPErrorProcessor()
Process HTTP error responses.
.. _request-objects:
Request Objects