[Catalyst-commits] r6190 - branches/HTTP-Body/lib/HTTP

andyg at dev.catalyst.perl.org andyg at dev.catalyst.perl.org
Fri Mar 23 21:08:16 GMT 2007


Author: andyg
Date: 2007-03-23 21:08:16 +0000 (Fri, 23 Mar 2007)
New Revision: 6190

Modified:
   branches/HTTP-Body/lib/HTTP/Body.pm
Log:
Improve the HTTP::Body description a bit

Modified: branches/HTTP-Body/lib/HTTP/Body.pm
===================================================================
--- branches/HTTP-Body/lib/HTTP/Body.pm	2007-03-23 20:56:52 UTC (rev 6189)
+++ branches/HTTP-Body/lib/HTTP/Body.pm	2007-03-23 21:08:16 UTC (rev 6190)
@@ -49,8 +49,12 @@
 
 =head1 DESCRIPTION
 
-HTTP Body Parser.
+HTTP::Body parses chunks of HTTP POST data and supports 
+application/octet-stream, application/x-www-form-urlencoded, and
+multipart/form-data.
 
+It is currently used by L<Catalyst> to parse POST bodies.
+
 =head1 METHODS
 
 =over 4 




More information about the Catalyst-commits mailing list