This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
e71bf014cdbaaaa5b971695f14eb524bd0d07fba
[perl5.git] / cpan / HTTP-Tiny / t / cases / cookies-01.txt
1 url
2   http://example.com/index.html
3 ----------
4 GET /index.html HTTP/1.1
5 Host: example.com
6 Connection: close
7 User-Agent: HTTP-Tiny/VERSION
8
9 ----------
10 HTTP/1.1 200 OK
11 Date: Sat, 02 Mar 2013 00:00:00 GMT
12 Set-Cookie: cname=cvalue; domain=example.com; path=/
13 Content-Type: text/plain
14 Content-Length: 44
15
16 abcdefghijklmnopqrstuvwxyz1234567890abcdef
17 ----------
18 url
19   http://example.com/index.html
20 ----------
21 GET /index.html HTTP/1.1
22 Host: example.com
23 Connection: close
24 User-Agent: HTTP-Tiny/VERSION
25 Cookie: cname=cvalue
26
27 ----------
28 HTTP/1.1 200 OK
29 Date: Sat, 02 Mar 2013 00:00:00 GMT
30 Set-Cookie: cname=cvalue; domain=example.com; path=/
31 Content-Type: text/plain
32 Content-Length: 44
33
34 abcdefghijklmnopqrstuvwxyz1234567890abcdef