exception documentation
class HttpGatewayTimeout(HttpException):
504 Gateway Timeout
RFC2616, 10.5.5: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request.
Class Variable | code |
Undocumented |
Inherited from HttpException
:
Method | __init__ |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | message |
Undocumented |