# The absence of no. 1039 means we can deal with XML.

======== BEGIN INBOUND STREAM ========
GET / 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/xml
Content-Length: 56
Vary: accept, accept-encoding

<doc>
  <item type="text">Hello world!</item>
</doc>
