Module vibe.http.form
Contains HTTP form parsing and construction routines.
Functions
Name | Description |
---|---|
loadFormData | Load form data into fields of a given struct or array. |
loadFormDataRecursive | |
parseFormData | Parses the form given by content_type and body_reader . |
parseUrlEncodedForm | Parses a url encoded form (query string format) and puts the key/value pairs into params. |
registerFormInterface | Generates a form based interface to the given instance . |
registerFormMethod | Registers just a single method. |
Structs
Name | Description |
---|---|
Error | |
FilePart | |
FormDataLoadResult | struct that contains result from loadFormData . |
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.