1008 1009 1010

# Here, the server decided to respond to a HEAD request with a full body.

======== BEGIN INBOUND STREAM ========
HEAD / HTTP/1.1
Host: example.com
User-Agent: demo

======== BEGIN OUTBOUND STREAM ========
HTTP/1.1 200 OK
Date: Thu, 31 Dec 2015 18:26:56 GMT
Content-Type: text/plain
Content-Length: 14

Hello world!
