Fork me on GitHub
#ring-swagger
<
2017-04-04
>
ikitommi11:04:34

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.

ikitommi11:04:31

there is a example project & emptyish page for the async-stuff: https://github.com/metosin/compojure-api/wiki/Async

ikitommi11:04:45

as the spec-tools is also almost done, could add the initial spec-support before finalizing the 1.2.0.

psalaberria00213:04:51

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?

psalaberria00213:04:35

I want to add logging of the requests, including the body

ikitommi13:04:16

middleware & handlers within the api should see the parsed body. It's in the :body-params.

psalaberria00213:04:47

nice. I missed that one. thank you

ikitommi13:04:54

np. the formatting keys are described here: