Also, is there any specific reason for the interce...
# ktor
f
Also, is there any specific reason for the interception design based on the
proceed
and
finish
methods, instead of the interceptor receiving a reference to the next element (similar to what happens with servlet filters, Node.JS middleware, and ASP.NET middleware)?