Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.impl.middlewares

Ordered list of middlewares

Ordered list of middlewares

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

schemaclj/s

(schema)

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