blob: 21beec32f11a036c5002be606c9578c899941490 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 302\r\n'
'Content-Type: text/html\r\n\r\n'
)