Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ get
Method
get
examples/frameworks/tornadoapp.py:16–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
15
class
MainHandler(tornado.web.RequestHandler):
16
async
def
get(self):
17
# Your asynchronous code here
18
await asyncio.sleep(1)
# Example of an asynchronous operation
19
self.write(
"Hello, World!"
)
20
21
22
def
make_app():
Callers
15
worker_int
Function · 0.45
__call__
Method · 0.45
gunicorn_conf.py
File · 0.45
test_root_endpoint
Method · 0.45
test_health_endpoint
Method · 0.45
test_info_endpoint
Method · 0.45
test_large_response
Method · 0.45
test_streaming_response
Method · 0.45
test_delay_endpoint
Method · 0.45
test_not_found
Method · 0.45
test_gevent_worker_header
Method · 0.45
make_request
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
15
test_root_endpoint
Method · 0.36
test_health_endpoint
Method · 0.36
test_info_endpoint
Method · 0.36
test_large_response
Method · 0.36
test_streaming_response
Method · 0.36
test_delay_endpoint
Method · 0.36
test_not_found
Method · 0.36
test_gevent_worker_header
Method · 0.36
make_request
Method · 0.36
run_concurrent
Method · 0.36
run_test
Method · 0.36
run_basic_test
Function · 0.36