ribesg
04/26/2023, 12:24 PMRequestValidation plugin and I wonder how you're supposed to use it https://ktor.io/docs/request-validation.html
Are people really listing all their request payload models in the plugin install(…) call? This doesn't seem logical to me, validation should be defined close to the route definition / action itself and not grouped up somewhere like that I think. Thoughts?ribesg
04/26/2023, 12:27 PMRequestValidation plugin once per route instead?Andromadus Naruto
04/26/2023, 6:50 PM