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
- Host: GitHub
- URL: https://github.com/miikka/cardboard-interceptor
- Owner: miikka
- License: epl-2.0
- Created: 2018-08-22T06:16:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T06:28:12.000Z (over 7 years ago)
- Last Synced: 2025-03-06T06:27:56.199Z (11 months ago)
- Topics: clojure, interceptors
- Language: Clojure
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.