Package ganeti :: Package http :: Class HttpMethodNotAllowed
[hide private]
[frames] | no frames]

Class HttpMethodNotAllowed

source code


405 Method Not Allowed

RFC2616, 10.4.6: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header containing a list of valid methods for the requested resource.

Instance Methods [hide private]

Inherited from HttpException: __init__

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  code = 405
hash(x)

Inherited from HttpException: message

Properties [hide private]

Inherited from exceptions.BaseException: args

Inherited from object: __class__