youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/uwsgi/_meta/testdata/app/app.py

4 lines
130 B
Python
Raw Normal View History

2018-11-18 11:08:38 +01:00
def application(env, start_response):
start_response('200 OK', [('Content-Type', 'text/html'), ])
return [b'Hello World']