diff options
author | abs <abs@pkgsrc.org> | 2008-06-23 03:13:54 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-06-23 03:13:54 +0000 |
commit | 4832f2f060fbecc3bf5043f30dadb8cc45ae4197 (patch) | |
tree | 95ad311b5d361e03550059cf06a9849441c29a38 /www/p5-HTTP-Body/DESCR | |
parent | c034f1269aaeed3da6a2c97a098e9a02d86dbea2 (diff) | |
download | pkgsrc-4832f2f060fbecc3bf5043f30dadb8cc45ae4197.tar.gz |
import p5-HTTP-Body-1.03
HTTP::Body parses chunks of HTTP POST data and supports
application/octet-stream, application/x-www-form-urlencoded, and
multipart/form-data.
Chunked bodies are supported by not passing a length value to new().
It is currently used by Catalyst to parse POST bodies.
Diffstat (limited to 'www/p5-HTTP-Body/DESCR')
-rw-r--r-- | www/p5-HTTP-Body/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-HTTP-Body/DESCR b/www/p5-HTTP-Body/DESCR new file mode 100644 index 00000000000..f641ae17023 --- /dev/null +++ b/www/p5-HTTP-Body/DESCR @@ -0,0 +1,7 @@ +HTTP::Body parses chunks of HTTP POST data and supports +application/octet-stream, application/x-www-form-urlencoded, and +multipart/form-data. + +Chunked bodies are supported by not passing a length value to new(). + +It is currently used by Catalyst to parse POST bodies. |