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. |
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.