Module vibe.http.form
Convenience functions for working with web forms.
Functions
Name | Description |
---|---|
writeFormBody
|
Writes a vibe body as URL encoded form data.
|
writeFormBody
|
Writes a vibe body as URL encoded form data.
|
writeFormData
|
Encodes the given dictionary as URL encoded form data .
|
writeFormData
|
Encodes the given ranges of Tuple!(string, string) as URL encoded form data
|
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.