exception documentation

class HttpVersionNotSupported(HttpException):

View In Hierarchy

505 HTTP Version Not Supported

RFC2616, 10.5.6: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.

Class Variable code Undocumented

Inherited from HttpException:

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

Undocumented