HTTP::Body::XFormsMultipart(3) | User Contributed Perl Documentation | HTTP::Body::XFormsMultipart(3) |
NAME¶
HTTP::Body::XFormsMultipart - HTTP Body XForms multipart/related submission Parser
SYNOPSIS¶
use HTTP::Body::XForms;
DESCRIPTION¶
HTTP Body XForms submission Parser. Inherits HTTP::Body::MultiPart.
This body type is used to parse XForms submission. In this case, the XML part that contains the model is indicated by the start attribute in the content-type. The XML content is stored unparsed on the parameter XForms:Model.
METHODS¶
SUPPORT¶
See HTTP::Body
AUTHOR¶
Daniel Ruoso "daniel@ruoso.com"
LICENSE¶
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
2024-03-31 | perl v5.40.0 |