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.
registerFormInterface Generates a form based interface to the given instance - scheduled to be deprecated in favor of vibe.web.web.registerWebInterface.
registerFormMethod Registers just a single method.
writeFormBody Writes a vibe.http.client.HTTPClientRequest body as URL encoded form data.
writeFormData Encodes the given dictionary as URL encoded form data.

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.