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::XForms - HTTP Body XForms Parser

Author

       Daniel Ruoso, "daniel@ruoso.com"

Description

       HTTP Body XForms Parser. This module parses single part XForms submissions, which are identifiable by the
       content-type application/xml. The XML 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::XForms(3pm)

Methods

       spin
           This method is overwrited to set the param XForms:Model with the buffer content.

Name

       HTTP::Body::XForms - HTTP Body XForms Parser

Support

       See HTTP::Body

Synopsis

           use HTTP::Body::XForms;

See Also