exception documentation
class HttpNotImplemented(HttpException):
501 Not Implemented
RFC2616, 10.5.2: The server does not support the functionality required to fulfill the request.
Class Variable | code |
Undocumented |
Inherited from HttpException
:
Method | __init__ |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | message |
Undocumented |