When handling a http request inside a ring server, the body of the request-data is stored in the request-hashmap in the key :body
. For instance as followed:
#object[org.eclipse.jetty.server.HttpInputOverHTTP 0x2d88a9aa "HttpInputOverHTTP@2d88a9aa"]
In case, I'm just interested in the raw text, how an I read out this object?