An open API service indexing awesome lists of open source software.

https://github.com/miikka/cardboard-interceptor

Interceptors for Clojure
https://github.com/miikka/cardboard-interceptor

clojure interceptors

Last synced: 3 months ago
JSON representation

Interceptors for Clojure

Awesome Lists containing this project

README

          

# cardboard-interceptor

> Tehdään pahvinen ensin. *-Jufo Peltomaa*

An implementation of the [interceptor pattern][pedestal]. I made this library
to study the idea of interceptors.

Goals:

* Simple, understandable, correct implementation.
* An interface that is easy to use.

Non-goals:

* High performance.
* Support for every async implementation out there.

If you're looking for an industry-strength implementation, you should check out
[Pedestal][pedestal] and [Sieppari][sieppari].

[pedestal]: http://pedestal.io/reference/interceptor
[sieppari]: https://github.com/metosin/sieppari

## License

Copyright © 2018 Miikka Koskinen.

Distributed under the Eclipse Public License 2.0.