reitit.middleware
(source)For more info about this library see:
https://cljdoc.org/d/metosin/reitit/0.7.0-alpha7/doc/introductionPublic Variable | Short Description |
---|---|
*max-compile-depth* (clj) | |
->Endpoint (clj) | |
->Middleware (clj) | |
Endpoint (clj) | |
IntoMiddleware (clj) | |
Middleware (clj) | |
chain (clj) | Creates a Ring middleware chain out of sequence of IntoMiddleware and Handler. |
compile-result (clj) | |
into-middleware (clj) | |
map->Endpoint (clj) | |
map->Middleware (clj) | |
middleware-handler (clj) | |
router (clj) | Creates a [[reitit.core/Router]] from raw route data and optionally an options map with support for Middleware. |