Hey guys and girls, I was looking for a lightweigh...
# ktor
k
Hey guys and girls, I was looking for a lightweight solution to use Middlewares in Ktor, the closest components I found are probably Pipelines, but they felt a bit invasive so I cam up with my own tiny lib (https://github.com/kimar/Ktor-Middleware), not sure if I'm missing anything in regards to this functionality and Ktor, but I'm just starting to learn it as well. Is there anything similar already existing in vanilla Ktor?