The HTTPRequestTimeout class is accessible via the paste.httpexceptions module.
408
''
'The server has waited too long for the request to be sent by the client.'
()
'%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->'
'Request Timeout'
This exception as a WSGI application
text/html representation of the exception
text/plain representation of the exception
See the source for more information.
Top