yada

2017-10-21T14:10:34.000020Z

Playing in the REPL again today 🙂 I am a bit puzzled: why does

:get {:response (fn [ctx] (:request ctx))}
works but not:
:get {:response :request}
=>
java.lang.IllegalArgumentException: Don't know how to convert class clojure.lang.Keyword into class java.lang.String