HTTP::Body, patch from Daniel Ruoso to add XForms support
[catagits/HTTP-Body.git] / lib / HTTP / Body.pm
2008-02-23 Andy Grundman HTTP::Body, patch from Daniel Ruoso to add XForms support
2008-02-23 Andy Grundman HTTP::Body, fixed multipart test to properly clean...
2008-02-23 Andy Grundman HTTP::Body, added support for chunked requests
2008-01-12 Andy Grundman Fix typo in HTTP::Body docs
2007-03-31 Andy Grundman HTTP::Body, tried using APR::Request for urlencoded...
2007-03-24 Andy Grundman HTTP::Body - small performance tweaks to urlencoded...
2007-03-24 Andy Grundman Bump HTTP::Body to 0.8, search.cpan took 0.7 even thoug...
2007-03-23 Andy Grundman Improve the HTTP::Body description a bit
2007-03-23 Andy Grundman HTTP::Body - ignore all data beyond Content-Length...
2007-03-23 Andy Grundman Bump trunk version of HTTP::Body to 0.8
2007-03-23 Andy Grundman HTTP::Body 0.7, patch to support 0-length uploads v0.7
2007-03-23 Ash Berlin Minimal pod, and removed req on YAML - tests will skip...
2006-03-03 Christian Hansen First stab at refactoring HTTP::Body
2005-11-22 Christian Hansen Fixed buffer bug in HTTP::Body::OctetStream
2005-11-17 Sebastian Riedel Updated HTTP::Body for PAR
2005-11-09 Andy Grundman Bumped HTTP::Body to 0.4 so CPAN installs the right... v0.4
2005-10-27 Andy Grundman HTTP::Body, changed to version 0.03 since we it's got...
2005-10-26 Andy Grundman Ripped out List::Util first() because it leaks memory
2005-10-07 Christian Hansen Added a BUG section and fixed some POD typos
2005-10-07 Christian Hansen Fixed POD
2005-09-05 Marcus Ramberg improved pod a little.
2005-09-04 Christian Hansen Added SYNOPSIS
2005-09-04 Christian Hansen Added XXX-results.yml
2005-08-19 Christian Hansen remove stringify
2005-08-16 Sebastian Riedel Cleaned HTTP::Body a bit
2005-07-25 Christian Hansen namespace change
2005-07-19 Christian Hansen created HTTP::Body::Urlencoded
2005-07-19 Christian Hansen minor refactoring, created HTTP::Body::Octetstream
2005-07-19 Christian Hansen rename dist from HTTP-Body-Multipart to HTTP-Body