https://kotlinlang.org logo
#ktor
Title
h

Henry

07/19/2021, 4:05 PM
Afternoon team. I'm currently working on a ktor service template and I'm looking for a way to inject elements to the application coroutine context after I've created them with kodein. I see that I can set the parent context in the main function when the application is created but it feels like a bit of a hack. I might have missed it but is there a way that ktor features can modify pipeline contexts?