funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
Yehonathan Sharvit 2017-03-30T03:27:56.022812Z

@dm3 I’v tried two things: 1. (.getRemoteHost (:catacumba/request context)) and I got an exception: No matching field found: getRemoteHost for class ratpack.http.internal.DefaultRequest 2. (.getRemoteHost (.getRequest context)), and I got an exception: No matching field found: getRequest for class clojure.lang.PersistentHashMap

Yehonathan Sharvit 2017-03-30T03:28:22.025524Z

Here is the DefaultRequest java definition

Yehonathan Sharvit 2017-03-30T03:29:02.029763Z

I don’t see any method whose name seems to be related to ip or address

Yehonathan Sharvit 2017-03-30T03:32:24.050897Z

But I found this one: (.getRemoteAddress (:catacumba/request context))