This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-04-04
Channels
- # architecture (20)
- # aws (8)
- # beginners (13)
- # boot (9)
- # cider (80)
- # cljs-dev (69)
- # cljsrn (7)
- # clojure (243)
- # clojure-dusseldorf (8)
- # clojure-italy (5)
- # clojure-norway (3)
- # clojure-poland (57)
- # clojure-russia (10)
- # clojure-shanghai (2)
- # clojure-spec (11)
- # clojure-uk (50)
- # clojurescript (198)
- # core-async (11)
- # crypto (2)
- # cursive (14)
- # datomic (17)
- # figwheel (8)
- # garden (7)
- # hoplon (8)
- # incanter (4)
- # jobs (1)
- # leiningen (1)
- # liberator (38)
- # lumo (28)
- # om (55)
- # onyx (10)
- # pedestal (13)
- # perun (20)
- # re-frame (1)
- # reagent (16)
- # ring-swagger (9)
- # spacemacs (11)
- # test-check (9)
- # unrepl (43)
- # untangled (163)
- # yada (8)
just shipped [metosin/compojure-api “1.2.0-alpha5”]
. Fixes the logging stuff & uses the final(?) version of Muuntaja. All tests run also in the async-mode.
there is a example project & emptyish page for the async-stuff: https://github.com/metosin/compojure-api/wiki/Async
as the spec-tools is also almost done, could add the initial spec-support before finalizing the 1.2.0.
is it possible to have a middleware or a restructure-param entry in which the request body has already been converted from InputStream to edn? If so, what’s the best approach?
I want to add logging of the requests, including the body
middleware & handlers within the api
should see the parsed body. It's in the :body-params
.
nice. I missed that one. thank you