sure
@henrique.barros yep
@mping can you help me config? do I need to choose Clojure Application or Clojure Repl? I think the problem is that I can't make the debugger run lein ring server...
I think I made it... needed to setup a -main function with jetty to call the composure app 🙂
With middleware why don't they just change the Request/Response map? Example
Because some middleware needs to operate on both the request and the response map.
Also, using a higher-order function for middleware allows it to compose better: a middleware-wrapped handler is still a handler.