#!/bin/sh
printf 'Content-Type: text/plain\r\n'
printf 'Content-Length: 10\r\n'
printf '\r\n'
printf 'http10-ish'
