logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTTP::Body::XFormsMultipart - HTTP Body XForms multipart/related submission Parser

Author

       Daniel Ruoso "daniel@ruoso.com"

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.

License

       This library is free software . You can redistribute it and/or modify it under the  same  terms  as  perl
       itself.

perl v5.40.1                                       2025-04-12                   HTTP::Body::XFormsMultipart(3pm)

Methods

       init
           This function is overridden to detect the start part of the multipart/related post.

       start
           Defines the start part of the multipart/related body.

       handler
           This  function  is overridden to differ the start part, which should be set as the XForms:Model param
           if its content type is application/xml.

Name

       HTTP::Body::XFormsMultipart - HTTP Body XForms multipart/related submission Parser

Support

       See HTTP::Body

Synopsis

           use HTTP::Body::XForms;

See Also