chromium/third_party/blink/web_tests/external/wpt/html/browsers/browsing-the-web/navigating-across-documents/resources/redirect.py

def main(request, response):
    location = request.GET.first(b"location")
    response.status = 302
    response.headers.set(b"Location", location)