MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / get_path

Method get_path

pywebio/platform/tornado_http.py:73–75  ·  view source on GitHub ↗

Get the path patton of the http request uri

(self)

Source from the content-addressed store, hash-verified

71 return self.handler.request.remote_ip
72
73 def get_path(self):
74 """Get the path patton of the http request uri"""
75 return self.handler.request.path
76
77
78def webio_handler(applications, cdn=True,

Callers 1

get_appFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected