Home | Trees | Indices | Help |
|
---|
|
object --+ | Dispatcher --+ | MethodDispatcher
Additional dispatch based on cherrypy.request.method.upper().
Methods named GET, POST, etc will be called on an exposed class. The method names must be all caps; the appropriate Allow header will be output showing all capitalized method names as allowable HTTP verbs.
Note that the containing class must be exposed, not the methods.
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Set handler and config for the current request.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 24 13:21:29 2009 | http://epydoc.sourceforge.net |