Module vibe.inet.webform
Contains HTML/urlencoded form parsing and construction routines.
Functions
Name | Description |
---|---|
formEncode
|
Encodes a Key-Value map into a form URL encoded string.
|
formEncode
|
Encodes a Key-Value map into a form URL encoded string.
|
parseFormData
|
Parses form data according to an HTTP Content-Type header. |
parseMultiPartForm
|
Parses a form in "multipart/form-data" format. |
parseURLEncodedForm
|
Parses a URL encoded form and stores the key/value pairs. |
urlEncode
|
Writes to the OutputRange an URL encoded string as specified in RFC 3986 section 2 |
urlEncode
|
Returns an URL encoded string as specified in RFC 3986 section 2 |
Structs
Name | Description |
---|---|
FilePart
|
Single part of a multipart form. |
Enum values
Name | Type | Description |
---|---|---|
isFormMap
|
Tests if a given type is suitable for storing a web form. |
Aliases
Name | Type | Description |
---|---|---|
FilePartFormFields
|
||
FormFields
|
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.