1HTTP::Body::XFormsMultiUpsaerrt(C3o)ntributed Perl DocumHeTnTtPa:t:iBoondy::XFormsMultipart(3)
2
3
4
6 HTTP::Body::XFormsMultipart - HTTP Body XForms multipart/related
7 submission Parser
8
10 use HTTP::Body::XForms;
11
13 HTTP Body XForms submission Parser. Inherits HTTP::Body::MultiPart.
14
15 This body type is used to parse XForms submission. In this case, the
16 XML part that contains the model is indicated by the start attribute in
17 the content-type. The XML content is stored unparsed on the parameter
18 XForms:Model.
19
21 init
22 This function is overridden to detect the start part of the
23 multipart/related post.
24
25 start
26 Defines the start part of the multipart/related body.
27
28 handler
29 This function is overridden to differ the start part, which should
30 be set as the XForms:Model param if its content type is
31 application/xml.
32
34 Daniel Ruoso "daniel@ruoso.com"
35
37 This library is free software . You can redistribute it and/or modify
38 it under the same terms as perl itself.
39
40
41
42perl v5.30.1 2020-01-30 HTTP::Body::XFormsMultipart(3)