0

I am following this blog post on Pedestal (http://www.rkn.io/2014/08/01/async-interceptors/) which makes reference to io.pedestal.interceptor -> defbefore. Using the latest Pedestal this function/macro is not present. What has become of it? Thanks.

Zuriar
  • 11,096
  • 20
  • 57
  • 92

1 Answers1

1

They've just been moved to io.pedestal.interceptor.helpers namespace in this commit.

ClojureMostly
  • 4,652
  • 2
  • 22
  • 24