GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTTP::Body::XFormsMultipart(3) User Contributed Perl Documentation HTTP::Body::XFormsMultipart(3)

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

    use HTTP::Body::XForms;

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.

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.

Daniel Ruoso "daniel@ruoso.com"

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
2015-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.