vibe.web.validation

Parameter validation types transparently supported for web interface methods.

Members

Structs

Confirm
struct Confirm(string CONFIRMED_PARAM)

Ensures that the parameter value matches that of another parameter.

ValidEmail
struct ValidEmail

Validated e-mail parameter type.

ValidPassword
struct ValidPassword

Validated password parameter.

ValidUsername
struct ValidUsername

Validated user name parameter type.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig