Liking cljdoc? Tell your friends :D

automaton-simulation-de.impl.middleware.registry

Registry for middlewares associating a keyword to its middleware function.

Registry for middlewares associating a keyword to its middleware function.
raw docstring

automaton-simulation-de.impl.middleware.request-validation

Stops when the request is valid through inconsistency and schema. This criteria is built-in to this middleware as it is requiring the request knowledge. User stopping-criteria knows only snapshot.

Stops when the request is valid through inconsistency and schema.
This criteria is built-in to this middleware as it is requiring the `request` knowledge. User `stopping-criteria` knows only `snapshot`.
raw docstring

automaton-simulation-de.impl.middleware.response-validation

Stops when the response is valid through inconsistency and schema. This criteria is built-in to this middleware as it is requiring the response knowledge. User stopping-criteria knows only snapshot.

Stops when the response is valid through inconsistency and schema.
This criteria is built-in to this middleware as it is requiring the `response` knowledge. User `stopping-criteria` knows only `snapshot`.
raw docstring

automaton-simulation-de.impl.middleware.state-rendering

Middleware to render state.

Middleware to render state.
raw docstring

automaton-simulation-de.impl.middleware.tapping

Middleware to tap response and requests.

Middleware to tap response and requests.
raw docstring

automaton-simulation-de.impl.middlewares

Ordered list of middlewares.

Ordered list of middlewares.

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

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

× close