blob: b689aaab0c28896245a49573939a6bf5f08ac28c [file] [log] [blame]
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
abcdefghijklmnopqrstuvwxyz1234567890abcdef
0