- 装备 tags:
- clojure
- github
- project
- slacker published: true comments: true
An interceptor framework was introduced in slacker 0.3.0. It's designed to allow user to add custom functionality without hacking into the internal of slacker.
Like many server frameworks, slacker abstracts the request processing as a pipeline. The …