request_validator 0.2.0 request_validator: ^0.2.0 copied to clipboard
A middleware to validate request body before route handler, focused with Dart Frog.
0.2.0 #
- feat: add query parameters validation
- docs(README): add documentation on query validation, update badges
- docs(example): update example app to showcase query validation
0.1.0 #
Initial version of the library. 🎉
- Ability to create custom validator by extending
RequestValidator
class. - Use the validator as a middleware using
serveAsMiddleware()
method.