Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
not-ascii-status.py
blob: 15a3389a248f47c3e0bc5d04f5cb8cfa9d70354e [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n'
'status: 200 OK…\r\n'
'\r\n'
'OK…'
)