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

Method get

pywebio/platform/tornado_http.py:103–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

101 return self.get()
102
103 async def get(self):
104 context = TornadoHttpContext(self)
105 response = await handler.handle_request_async(context)
106 self.write(response)
107
108 return MainHandler
109

Callers 3

optionsMethod · 0.95
postMethod · 0.95
start_serverFunction · 0.45

Calls 2

TornadoHttpContextClass · 0.85
handle_request_asyncMethod · 0.80

Tested by

no test coverage detected