summaryrefslogtreecommitdiff
path: root/tests/cgiapp_data/ok.cgi
blob: 8b8eb29b6b8fd436be4163de0c169c5ef980cf09 (plain)
1
2
3
4
5
6
#!/usr/bin/env python

print 'Content-type: text/html; charset=UTF-8'
print 'Status: 200 Okay'
print
print 'This is the body'