Ktor for beginners – Request Validation
In the previous lesson we learned how to customize status pages in our server, in this post we’ll learn about request validation which is the proccess of validating that the data we received from the client is valid using the Request Validation plugin. Dependencies You can also copy it from the docs Implementation (Source code […]
Ktor for beginners – Request Validation Read More »