I fear I'm doing something dumb. Per the docs:
(.get (client/get " "
{:async true
:oncancel #(println "request was cancelled")}
#'identity
#(println :err %)))
This returns #object[org.apache.http.message.BasicHttpResponse 0x1846271f "HTTP/1.1 200 OK [Content-Encoding: gzip, Accept...I want the response map. What am I doing wrong here?