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

4 lines
130 B
Python

def application(env, start_response):
start_response('200 OK', [('Content-Type', 'text/html'), ])
return [b'Hello World']