interceptors

2022-05-03T00:14:00.448859Z

Wanted to share here as well in case someone missed it

👍 2
ikitommi 2022-05-03T04:13:50.778089Z

there is nowadays also https://github.com/exoscale/interceptor

ikitommi 2022-05-03T04:15:14.356549Z

for malli, inlined the interceptors, all sync, not much code and pretty fast too https://github.com/metosin/malli/blob/master/src/malli/core.cljc#L490-L492

ikitommi 2022-05-03T04:42:20.936609Z

Existing libraries: • Pedestal’s http://pedestal.io/reference/interceptors, • Frakiesardos https://github.com/frankiesardo/tripod • Metosin’s https://github.com/metosin/sieppari, • Eric Normand’s https://lispcast.com/a-model-of-interceptors/, • and LambdaIsland’s https://lambdaisland.com/episodes/interceptors-concepts. • Exoscale https://github.com/exoscale/interceptor • Lambda-toolshed https://github.com/lambda-toolshed/papillon

👍 11
đź‘€ 2