Source code

Revision control

Copy as Markdown

Other Tools

def main(request, response):
headers = [(b"Location", b"")]
return 302, headers, b""