Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
web_platform_tests
/
workers
/
interfaces
/
WorkerGlobalScope
/
location
/
helper-redirect.py
blob: eb1599a577fb6f8c69ae1955294fc2bc493dd4e2 [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
response
.
status
=
302
response
.
headers
.
append
(
"Location"
,
"post-location-members.js?a"
)