May 11, 2024
Tinkering With Ktor 3: Practical uses of Ktor's plugin system
Summary Ktor isn’t just a small and snappy framework, it features a simple, yet effective plugin system to extend the framework to your heart’s content. My team uses this feature extensively, and I’ve used it in several of my side projects. Let’s play with a few example and see what we can do.
Simple example Let’s say, we want to see how long does it take for server to process a request until it responds.
Read more