Module vibe.http.form
Routines for automated implementation of HTML form based interfaces.
Functions
Name | Description |
---|---|
loadFormData | Load form data into fields of a given struct or array. |
loadFormDataRecursive | |
registerFormInterface | Generates a form based interface to the given instance . |
registerFormMethod | Registers just a single method. |
Structs
Name | Description |
---|---|
Error | |
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.