blob: 88bd975aa20d9795118a7e5bdb7be5872df55389 [file] [log] [blame]
def application(environ, start_response):
start_response('200 OK', [('Content-type', 'text/html'),
('test-header', 'TEST!')])
return [b'subsimple']