1HTTP::Body::XForms(3) User Contributed Perl DocumentationHTTP::Body::XForms(3)
2
3
4
6 HTTP::Body::XForms - HTTP Body XForms Parser
7
9 use HTTP::Body::XForms;
10
12 HTTP Body XForms Parser. This module parses single part XForms
13 submissions, which are identifiable by the content-type
14 application/xml. The XML is stored unparsed on the parameter
15 XForms:Model.
16
18 spin
19 This method is overwrited to set the param XForms:Model with the
20 buffer content.
21
23 Daniel Ruoso, "daniel@ruoso.com"
24
26 This library is free software . You can redistribute it and/or modify
27 it under the same terms as perl itself.
28
29
30
31perl v5.38.0 2023-07-20 HTTP::Body::XForms(3)