Feature Request
Motivation
Add a validator middleware to ensure that the request contains valid data.
Proposal
This can be a trait that will be implemented for all the structures that describe input values. This can be combined with macros to avoid repeating code.
Alternatives