you can use `proceed` in a pipeline to effectively...
# ktor
o
you can use
proceed
in a pipeline to effectively wrap the call. So if you install interceptor in the beginning of a pipeline, call
proceed
and after that the call is already being completed
❤️ 1
👍 1