Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/
custom-headers.py
blob: 6480c3068ed19aa627791d8973534bb3483c9ba5 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Content-Type: text/plain\r\n'
'X-Custom-Header-Single: single\r\n'
'X-Custom-Header-Empty:\r\n'
'X-Custom-Header-List: one\r\n'
'X-Custom-Header-List: two\r\n'
'\r\n'
)