What strategies are people using for validating re...
# ktor
s
What strategies are people using for validating request data? Is there any alternative to manual validation? It'd be nice to be able to validate requests on the server and the client, as much of the server validation logic is also the client validation logic.