Module value

Source

Structs§

UrlDecodingError
Error to denote urldecode() fails.
Value
A single form value, stored as String. May be empty in some cases, which results in the value being ignored in validation.
ValueMap
A set of form values. Note that values are always stored as lists of strings, similar to how urlencoded form data is treated (no type information, any field may appear more than once and there doesn’t need to be a value).

Functions§

urldecode
Decode url-encoded bytes to a UTF-8 String.