exception documentation
class HttpRequestTimeout(HttpException):
408 Request Timeout
RFC2616, 10.4.9: The client did not produce a request within the time that the server was prepared to wait. The client MAY repeat the request without modifications at any later time.
| Class Variable | code |
Undocumented |
Inherited from HttpException:
| Method | __init__ |
Undocumented |
| Instance Variable | headers |
Undocumented |
| Instance Variable | message |
Undocumented |