Ordered list of middlewares
Ordered list of middlewares * [See entity](docs/archi/middlewares_entity.png)
(schema)
(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 responsemiddlewares
that will wrap the handlerWrap 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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close