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'
)