Fixed typo boudrary -> boundary
[catagits/HTTP-Body.git] / README
1 NAME
2     HTTP::Body - HTTP Body Parser
3
4 SYNOPSIS
5         use HTTP::Body;
6
7 DESCRIPTION
8     HTTP Body Parser.
9
10 METHODS
11     add
12     body
13     buffer
14     content_length
15     content_type
16     init
17     length
18     spin
19     state
20     param
21     upload
22
23 AUTHOR
24     Christian Hansen, "ch@ngmedia.com"
25
26 LICENSE
27     This library is free software . You can redistribute it and/or modify it
28     under the same terms as perl itself.
29