vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.web.validation

Parameter validation types transparently supported for web interface methods.

Structs

NameDescription
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 Sönke Ludwig

License

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