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