Get the path patton of the http request uri
(self)
| 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 | |
| 78 | def webio_handler(applications, cdn=True, |