summaryrefslogtreecommitdiff
path: root/cpan/HTTP-Tiny/t/cases/get-11.txt
blob: dca6d14ce1550dc655d3b4fe9c36d82824ae62a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
url
  http://example.com/chunked.html
expected
  abcdefghijklmnopqrstuvwxyz1234567890abcdef
----------
GET /chunked.html HTTP/1.1
Host: example.com
Connection: close
User-Agent: HTTP-Tiny/VERSION

----------
HTTP/1.1 200 OK
Date: Thu, 03 Feb 1994 00:00:00 GMT
Content-Type: text/plain
Content-Length: 1024
Transfer-Encoding: chunked

2C
abcdefghijklmnopqrstuvwxyz1234567890abcdef

0