ring

ikitommi 2018-01-24T07:57:25.000051Z

thanks @pablore. I believe "handler responds nil" is a special case and I need to wrap the respond into local callback to know wether is was called. The routes in compojure does about that.

pablore 2018-01-24T14:21:15.000137Z

I find it crazy to use ring without compojure

seancorfield 2018-01-24T16:47:31.000646Z

@pablore we have several Ring apps that don't use Compojure. It depends what you need in terms of routing.