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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |