reitit

https://cljdoc.org/d/metosin/reitit/ https://github.com/metosin/reitit/
athomasoriginal 2021-01-04T01:25:50.003800Z

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