Ring middleware for parsing EDN requests and generating EDN responses.
Ring middleware for parsing EDN requests and generating EDN responses.
(wrap-body handler)
(wrap-body handler opts)
Middleware that parses the body of EDN request maps, and replaces the :body key with the parsed data structure. Requests without a EDN content type are unaffected.
Accepts the same options as clojure.edn/read
Middleware that parses the body of EDN request maps, and replaces the :body key with the parsed data structure. Requests without a EDN content type are unaffected. Accepts the same options as clojure.edn/read
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close