https://github.com/fulcrologic/fulcro-template/search?q=ring%2Frequest&unscoped_q=ring%2Frequest
How does mutation-env
get a ring/request
key in the lines of that code? I'm printing (keys env)
in a defmutation
that I have and it doesn't show up. I am searching through ring middleware and fulcro/pathom examples and I haven't yet figured it out.
Ah. Never mind. Just found it. https://github.com/fulcrologic/fulcro-template/blob/b813b94ce191c8d04ccceabd8d39b88b31c59cf5/src/main/app/server_components/middleware.clj#L23