Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
http
/
tests
/
workers
/
service
/
resources
/
download-binary.py
blob: 8d9ddbaa0c0ab8743dba8539a198c696b6c9fa35 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Content-Type: application/my-super-binary\r\n\r\n'
'[1, 2, 3]'
)