exception documentation

class HttpUnauthorized(HttpException):

View In Hierarchy

401 Unauthorized

RFC2616, section 10.4.2: The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.47) containing a challenge applicable to the requested resource.

Class Variable code Undocumented

Inherited from HttpException:

Method __init__ Undocumented
Instance Variable headers Undocumented
Instance Variable message Undocumented
code: int =

Undocumented