Provides the happy path for including routes that serve as transit API endpoints
Provides the happy path for including routes that serve as transit API endpoints
(route-group components)
(route-group-component-start {:keys [:donut.system/config]})
This is route middleware because it's applied after reitit matches a route; it relies on route info.
This is route middleware because it's applied after reitit matches a route; it relies on route info.
(wrap-dependencies handler)
provide match data via :dependencies
provide match data via :dependencies
(wrap-merge-params handler)
Merge all params maps, place under :all-params
Merge all params maps, place under `:all-params`
(wrap-muuntaja-encode handler)
indicate we want to encode response with muuntaja. muuntaja handles the conversion between clojure data structures and wire formats
indicate we want to encode response with muuntaja. muuntaja handles the conversion between clojure data structures and wire formats
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close