Liking cljdoc? Tell your friends :D
All platforms.

automaton-simulation-de.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.

Params:

  • handler function taking a request and returning a response
  • middlewares that will wrap the handler
Wrap the handler with the middlewares.

Returns the handler value wrapped in all the middlewares.

Params:
* `handler` function taking a request and returning a response
* `middlewares` that will wrap the handler
raw docstring

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

× close