Liking cljdoc? Tell your friends :D

automaton-simulation-de.simulation-engine.impl.middlewares

Ordered list of middlewares.

Ordered list of middlewares.

* [See entity](docs/archi/middlewares_entity.png)
raw docstring

concat-supp-middlewaresclj/s

(concat-supp-middlewares middlewares supp-middlewares)

Adds supp-middlewares in middlewares where ::sim-engine/supp-middlewares-insert stands.

Adds `supp-middlewares` in `middlewares` where `::sim-engine/supp-middlewares-insert` stands.
raw docstring

schemaclj/s


validateclj/s

(validate middlewares)

wrap-handlerclj/s

(wrap-handler handler middlewares)

Wrap the handler with the middlewares. Returns the handler value wrapped in all the middlewares.

Note that an handler is understood as a function taking a request and returning a response.

Wrap the `handler` with the middlewares.
Returns the handler value wrapped in all the middlewares.

Note that an handler is understood as a function taking a `request` and returning a `response`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close