xref: /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/cookies-05.txt (revision b8851fcc53cbe24fd20b090f26dd149e353f6174)
1url
2  http://example.com/index.html
3headers
4  No-Cookie-Jar: 1
5----------
6GET /index.html HTTP/1.1
7Host: example.com
8Connection: close
9User-Agent: HTTP-Tiny/VERSION
10
11----------
12HTTP/1.1 200 OK
13Date: Sat, 02 Mar 2013 00:00:00 GMT
14Set-Cookie: cname=cvalue06; domain=example.com; path=/
15Content-Type: text/plain
16Content-Length: 44
17
18abcdefghijklmnopqrstuvwxyz1234567890abcdef
19----------
20url
21  http://example.com/index.html
22----------
23GET /index.html HTTP/1.1
24Host: example.com
25Connection: close
26User-Agent: HTTP-Tiny/VERSION
27
28----------
29HTTP/1.1 200 OK
30Date: Sat, 02 Mar 2013 00:00:00 GMT
31Set-Cookie: cname=cvalue06; domain=example.com; path=/
32Content-Type: text/plain
33Content-Length: 44
34
35abcdefghijklmnopqrstuvwxyz1234567890abcdef
36