Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
status-404-without-body.py
blob: 13d4505802d46a3bdadeea5db6415762960baeb0 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n'
'status: 404\r\n'
'Access-Control-Allow-Origin: *\r\n'
'\r\n'
)