I’m attempting to write a ktor Feature which instr...
# ktor
t
I’m attempting to write a ktor Feature which instruments bytes sent and received. I’m currently looking at the Compression Feature for guidance. Seems like I need to write my own response wrapper around OutgoingContent. Is this the direction to continue or might there be another approach?