WeAppe-ar / backend-old

MIT License
1 stars 0 forks source link

feat: validator helper class for middlewares #17

Open tomassasovsky opened 2 years ago

tomassasovsky commented 2 years ago

The class should have helpers to grab specified variables sent (from the HttpRequest) and cast them as a specific variable type. It should also be able to choose between optional or required parameter types.