Fork me on GitHub
#clojuredesign-podcast
<
2020-03-03
>
Mattias08:03:14

Hi! Great last episode. As all of them, but this one happened to suit me in my lowly learning endeavors. As I’m of course doing a small web thing with a Ring backend serving both HTML and JSON, the episode got me over the edge to finally clean up the Ring handlers mess that has so far just grown in size from the hello world start.

Mattias08:03:47

So, I would be happy if anyone could point to an example of using different Ring handlers with different (multiple) middlewares. Eg one for HTML, one for JSON, etc, with whatever middleware they need. Thanks 😄