Home | Trees | Indices | Help |
|
---|
|
cherrypy.filters.basefilter.BaseFilter --+ | VirtualPathFilter
Filter 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 "/".
Instance Methods | |||
|
|||
|
Method Details |
Determine the relevant path info by stripping off prefixes. Strips webpath and SCRIPT_NAME from request.object_path and sets request.path_info (since CherryPy 2 does not set it). |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 19 17:17:55 2019 | http://epydoc.sourceforge.net |