Package bodhi :: Class BodhiDecodingFilter
[hide private]
[frames] | no frames]

Class BodhiDecodingFilter

source code

                            object --+    
                                     |    
cherrypy.filters.basefilter.BaseFilter --+
                                         |
                                        BodhiDecodingFilter

Automatically decodes request parameters (except uploads).

Instance Methods [hide private]
 
before_main(self)
Called after the request body has been read/parsed
source code

Inherited from cherrypy.filters.basefilter.BaseFilter: after_error_response, before_error_response, before_finalize, before_request_body, on_end_request, on_end_resource, on_start_resource

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

before_main(self)

source code 
Called after the request body has been read/parsed
Overrides: cherrypy.filters.basefilter.BaseFilter.before_main
(inherited documentation)