

======== BEGIN INBOUND STREAM ========
GET / HTTP/1.1
Host: example.com
User-Agent: demo (some data\\text with \(proper\) escaping)

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

e;info="some text with \"proper\" escaping"
Hello world!

0

