The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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
Transfer-Encoding: chunked

2C; this_extension=foo
abcdefghijklmnopqrstuvwxyz1234567890abcdef

0