Module vibe.web.validation
Parameter validation types transparently supported for web interface methods.
Structs
Name | Description |
---|---|
Confirm
|
Ensures that the parameter value matches that of another parameter. |
ValidEmail
|
Validated e-mail parameter type. |
ValidPassword
|
Validated password parameter. |
ValidUsername
|
Validated user name parameter type. |