Home | Trees | Indices | Help |
|
---|
|
object --+ | VirtualPathDispatcher
Dispatcher that makes CherryPy ignorant of a URL root path.
That is, you can mount your app so the URI "/users/~rdel/myapp/" maps to the root object "/".
Note that this can not be done by a hook since they are run too late.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Determine the relevant path info by stripping off prefixes. Strips webpath and request.script_name from request.path_info. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 19 17:20:01 2019 | http://epydoc.sourceforge.net |