Package flumotion :: Package component :: Package misc :: Package httpserver :: Module httpfile :: Class BadRequest
[hide private]

Class BadRequest

source code

twisted.web.resource.Resource --+    
                                |    
      twisted.web.error.ErrorPage --+
                                    |
                                   BadRequest

Web error for invalid requests

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, message='Invalid request format')
Initialize.
source code

Inherited from twisted.web.error.ErrorPage: getChild, render

Inherited from twisted.web.resource.Resource: __providedBy__, delEntity, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables [hide private]

Inherited from twisted.web.resource.Resource: __implemented__, __provides__, isLeaf, server

Method Details [hide private]

__init__(self, message='Invalid request format')
(Constructor)

source code 

Initialize.

Overrides: twisted.web.resource.Resource.__init__
(inherited documentation)