Fork me on GitHub
#reitit
<
2021-01-04
>
athomasoriginal01:01:50

I have a scenario, https://clojurians-log.clojureverse.org/reitit/2020-08-07, where I need the inputstream for the :body before other middleware or Muuntaja reads it. My current approach is to remove the other middlewares for the route where I need the raw body. Is there another approach i’m missing though? Other thoughts I had: • custom middleware which saves the body before it’s read to another key in the req