Source code

Revision control

Copy as Markdown

Other Tools

def main(request, response):
# If locationURL’s scheme is not an HTTP(S) scheme, then return a network error.
response.status = 302
response.headers.set(b"Location", "about:blank")