基座拦截器中的 defbefore 发生了什么?
What has happened to defbefore in Pedestal interceptors?
我正在关注 Pedestal (http://www.rkn.io/2014/08/01/async-interceptors/) 上的博客 post,其中引用了 io.pedestal.interceptor -> defbefore。使用最新的 Pedestal 这个 function/macro 不存在。它变成了什么?谢谢
它们刚刚被移动到 io.pedestal.interceptor.helpers
命名空间 in this commit。
我正在关注 Pedestal (http://www.rkn.io/2014/08/01/async-interceptors/) 上的博客 post,其中引用了 io.pedestal.interceptor -> defbefore。使用最新的 Pedestal 这个 function/macro 不存在。它变成了什么?谢谢
它们刚刚被移动到 io.pedestal.interceptor.helpers
命名空间 in this commit。