HTTP::Body, added support for chunked requests
authorAndy Grundman <andy@hybridized.org>
Sat, 23 Feb 2008 14:53:13 +0000 (14:53 +0000)
committerAndy Grundman <andy@hybridized.org>
Sat, 23 Feb 2008 14:53:13 +0000 (14:53 +0000)
commit0a66fd2366e29e961fe3ee608a83f86068517c92
tree09532f2711465b41f3019558571a4ad0b6d7c9d9
parent807be76d0cc3edc476c5242d8895044611081f48
HTTP::Body, added support for chunked requests
16 files changed:
Changes
Makefile.PL
lib/HTTP/Body.pm
lib/HTTP/Body/MultiPart.pm
t/04multipart.t
t/05urlencoded.t
t/06octetstream.t
t/data/multipart/012-content.dat [new file with mode: 0644]
t/data/multipart/012-headers.yml [new file with mode: 0644]
t/data/multipart/012-results.yml [new file with mode: 0644]
t/data/octetstream/003-content.dat [new file with mode: 0644]
t/data/octetstream/003-headers.yml [new file with mode: 0644]
t/data/octetstream/003-results.dat [new file with mode: 0644]
t/data/urlencoded/003-content.dat [new file with mode: 0644]
t/data/urlencoded/003-headers.yml [new file with mode: 0644]
t/data/urlencoded/003-results.yml [new file with mode: 0644]