Searched defs:path_info (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/server/
H A Dapi.py749 def path_info(self): member in class:RequestInterface
750 """A string containing the "path_info" portion of the requested
753 return self._request.path_info
777 this returns (base url + script_name [+ request.path_info] +

Completed in 11 milliseconds