1url
2  http://example.com/index.html
3headers
4  Cookie: cname=cvalue05; domain=example.com; path=/
5----------
6GET /index.html HTTP/1.1
7Host: example.com
8Connection: close
9User-Agent: HTTP-Tiny/VERSION
10Cookie: cname=cvalue05
11
12----------
13HTTP/1.1 200 OK
14Date: Sat, 02 Mar 2013 00:00:00 GMT
15Set-Cookie: cname=cvalue06; domain=example.com; path=/
16Content-Type: text/plain
17Content-Length: 44
18
19abcdefghijklmnopqrstuvwxyz1234567890abcdef
20----------
21url
22  http://example.com/index.html
23----------
24GET /index.html HTTP/1.1
25Host: example.com
26Connection: close
27User-Agent: HTTP-Tiny/VERSION
28Cookie: cname=cvalue06
29
30----------
31HTTP/1.1 200 OK
32Date: Sat, 02 Mar 2013 00:00:00 GMT
33Set-Cookie: cname=cvalue06; domain=example.com; path=/
34Content-Type: text/plain
35Content-Length: 44
36
37abcdefghijklmnopqrstuvwxyz1234567890abcdef
38