Module vibe.inet.webform
Contains HTML/urlencoded form parsing and construction routines.
Functions
Name | Description |
---|---|
parseFormData | Parses the form given by content_type and body_reader . |
parseMultiPartForm | Parses a form in "multipart/form-data" format. |
parseURLEncodedForm | Parses a url encoded form (query string format) and puts the key/value pairs into params . |
Structs
Name | Description |
---|---|
FilePart |
Aliases
Name | Type | Description |
---|---|---|
parseUrlEncodedForm | Compatibility alias, will be deprecated soon. |
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.