Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
http
/
tests
/
loading
/
resources
/
303-to-307-target.py
blob: 4311fbffb6b6f03c031f3aaa72648f489e8a02a8 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'status: 307\r\n'
'Location: 307-post-output-target.py\r\n'
'Content-Type: text/html\r\n\r\n'
)