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