tomassasovsky / WeAppe.ar

Open-Source time logger backend made in Dart
MIT License
5 stars 0 forks source link

feat: validator helper class for middlewares #14

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. should also have the capability of being optional/required

tomassasovsky commented 2 years ago

https://github.com/rknell/alfred/issues/74 could be useful